aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/profile/Profile.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/routes/profile/Profile.tsx b/src/routes/profile/Profile.tsx
index faab0bde..caa75f3b 100644
--- a/src/routes/profile/Profile.tsx
+++ b/src/routes/profile/Profile.tsx
@@ -1,10 +1,6 @@
import React from 'react';
-import {Image, StyleSheet} from 'react-native';
-import LinearGradient from 'react-native-linear-gradient';
import {AvatarTitle} from '../../components';
-import {AVATAR_DIM, TAGGS_GRADIENT} from '../../constants';
import {ProfileScreen, SocialMediaTaggs} from '../../screens';
-import {AuthContext} from '../authentication';
import {ProfileStack} from './ProfileStack';
const Profile: React.FC = () => {