aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/PrivacyScreen.tsx
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-04-09 19:12:34 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-04-09 19:12:34 -0700
commite29d0a10ccc53fecfdeb0705c59c48094c5861ff (patch)
tree38dad163c06f9dd7d86f91a2a20265f1d6f3d07c /src/screens/profile/PrivacyScreen.tsx
parent506785887480e302b4052edbec4a8160785c0239 (diff)
done
Diffstat (limited to 'src/screens/profile/PrivacyScreen.tsx')
-rw-r--r--src/screens/profile/PrivacyScreen.tsx2
1 files changed, 1 insertions, 1 deletions
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';