Merge branch 'master' into sortbytitle

This commit is contained in:
Marcos Rodriguez Vélez 2024-11-15 16:29:35 -04:00 committed by GitHub
commit a9a6f6c44d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;