From e29d0a10ccc53fecfdeb0705c59c48094c5861ff Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Fri, 9 Apr 2021 19:12:34 -0700 Subject: done --- src/screens/profile/PrivacyScreen.tsx | 2 +- src/screens/profile/SettingsScreen.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/screens/profile') diff --git a/src/screens/profile/PrivacyScreen.tsx b/src/screens/profile/PrivacyScreen.tsx index 17872e24..40e459b1 100644 --- a/src/screens/profile/PrivacyScreen.tsx +++ b/src/screens/profile/PrivacyScreen.tsx @@ -7,7 +7,7 @@ import { SafeAreaView, } from 'react-native'; import {useSelector} from 'react-redux'; -import {RootState} from 'src/store/rootReducer'; +import {RootState} from '../../store/rootReducer'; import {Background} from '../../components'; import {NO_PROFILE} from '../../store/initialStates'; import {BackgroundGradientType} from '../../types'; 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'; -- cgit v1.2.3-70-g09d2