diff options
author | Ivan Chen <ivan@tagg.id> | 2021-01-21 16:16:07 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-01-21 16:16:07 -0500 |
commit | 27af1338ae8e735c831659fab8e51b795b368be4 (patch) | |
tree | e901936e1a7ebd162908a5f5b81558566ba80df7 /src/components/profile/Content.tsx | |
parent | 238bc768a1610b558263b449b2938e1244450b92 (diff) |
linting
Diffstat (limited to 'src/components/profile/Content.tsx')
-rw-r--r-- | src/components/profile/Content.tsx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/components/profile/Content.tsx b/src/components/profile/Content.tsx index 82803a7a..a2bd3cf3 100644 --- a/src/components/profile/Content.tsx +++ b/src/components/profile/Content.tsx @@ -10,16 +10,7 @@ import { View, } from 'react-native'; import Animated from 'react-native-reanimated'; -import { - CategorySelectionScreenType, - FriendshipStatusType, - MomentCategoryType, - MomentType, - ProfilePreviewType, - ProfileType, - ScreenType, - UserType, -} from '../../types'; +import {CategorySelectionScreenType, MomentType, ScreenType} from '../../types'; import {COVER_HEIGHT, TAGG_TEXT_LIGHT_BLUE} from '../../constants'; import { fetchUserX, |