mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
Merge pull request #7317 from BlueWallet/name
FIX: Wrong name for ImportSpeed
This commit is contained in:
commit
05847c434d
@ -13,7 +13,7 @@ import { AddWalletStackParamList } from '../../navigation/AddWalletStack';
|
||||
|
||||
type NavigationProp = NativeStackNavigationProp<AddWalletStackParamList, 'ImportSpeed'>;
|
||||
|
||||
const WalletsImportWallet = () => {
|
||||
const ImportSpeed = () => {
|
||||
const navigation = useNavigation<NavigationProp>();
|
||||
const { colors } = useTheme();
|
||||
const [loading, setLoading] = useState<boolean>(false);
|
||||
@ -102,4 +102,4 @@ const WalletsImportWallet = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default WalletsImportWallet;
|
||||
export default ImportSpeed;
|
||||
|
Loading…
Reference in New Issue
Block a user