mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-12 10:30:36 +01:00
Update Alert.ts
This commit is contained in:
parent
574b6a3b41
commit
cb0cb261f9
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
import { Alert as RNAlert, Platform } from 'react-native';
|
||||
|
||||
import { Alert as RNAlert, Platform, ToastAndroid } from 'react-native';
|
||||
import triggerHapticFeedback, { HapticFeedbackTypes } from '../blue_modules/hapticFeedback';
|
||||
import { ToastAndroid } from 'react-native/types';
|
||||
import loc from '../loc';
|
||||
|
||||
export enum AlertType {
|
||||
|
|
Loading…
Add table
Reference in a new issue