diff options
Diffstat (limited to 'src/screens/profile/SettingsScreen.tsx')
-rw-r--r-- | src/screens/profile/SettingsScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/SettingsScreen.tsx b/src/screens/profile/SettingsScreen.tsx index ecc3bafd..39fe75cf 100644 --- a/src/screens/profile/SettingsScreen.tsx +++ b/src/screens/profile/SettingsScreen.tsx @@ -10,7 +10,7 @@ import { } from 'react-native'; import {useDispatch, useSelector} from 'react-redux'; import {logout} from '../../store/actions'; -import {RootState} from 'src/store/rootReducer'; +import {RootState} from '../../store/rootReducer'; import {Background} from '../../components'; import {SETTINGS_DATA} from '../../constants/constants'; import {BackgroundGradientType} from '../../types'; |