diff --git a/src/App.js b/src/App.js index 3663be9..36792d7 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,6 @@ import { ActivityIndicator } from 'react-native-paper'; import { persistor, store } from './appredux/store'; import AppRoutes from './navigation/AppRoutes' import Toast from 'react-native-toast-message'; -import { toastConfig } from './utils/Toast'; import { GestureHandlerRootView } from 'react-native-gesture-handler'; import { colors } from '../src/utils/color' @@ -21,7 +20,7 @@ const App = () => { } persistor={persistor}> - +