mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update importSpeed.js
This commit is contained in:
parent
d8378c903c
commit
71308fa65b
1 changed files with 0 additions and 8 deletions
|
@ -2,9 +2,7 @@ import React, { useContext, useState } from 'react';
|
|||
import { View, StyleSheet, TextInput, ActivityIndicator } from 'react-native';
|
||||
import { useNavigation } from '@react-navigation/native';
|
||||
import { HDSegwitBech32Wallet, WatchOnlyWallet } from '../../class';
|
||||
import loc from '../../loc';
|
||||
import { BlueFormLabel, BlueFormMultiInput, BlueSpacing20 } from '../../BlueComponents';
|
||||
import navigationStyle from '../../components/navigationStyle';
|
||||
import { BlueStorageContext } from '../../blue_modules/storage-context';
|
||||
import { useTheme } from '../../components/themes';
|
||||
import Button from '../../components/Button';
|
||||
|
@ -92,10 +90,4 @@ const WalletsImportWallet = () => {
|
|||
);
|
||||
};
|
||||
|
||||
WalletsImportWallet.navigationOptions = navigationStyle({}, opts => ({
|
||||
...opts,
|
||||
statusBarStyle: 'light',
|
||||
title: loc.wallets.import_title,
|
||||
}));
|
||||
|
||||
export default WalletsImportWallet;
|
||||
|
|
Loading…
Add table
Reference in a new issue