diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-26 19:54:52 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-26 19:54:52 -0400 |
commit | b87ad0f18d491a27bbb458887abdd2ab09e64d1e (patch) | |
tree | 7cbce537d5e829e0544fc302a5173ce8190e4f6b /src | |
parent | 50660677fca55f550f8ab56558046409aad13461 (diff) |
Lint
Diffstat (limited to 'src')
-rw-r--r-- | src/routes/main/MainStackNavigator.tsx | 1 | ||||
-rw-r--r-- | src/screens/moments/TagFriendsScreen.tsx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/routes/main/MainStackNavigator.tsx b/src/routes/main/MainStackNavigator.tsx index 805c8140..d22c1874 100644 --- a/src/routes/main/MainStackNavigator.tsx +++ b/src/routes/main/MainStackNavigator.tsx @@ -7,7 +7,6 @@ import { CommentBaseType, MomentTagType, MomentType, - ProfilePreviewType, ScreenType, SearchCategoryType, } from '../../types'; diff --git a/src/screens/moments/TagFriendsScreen.tsx b/src/screens/moments/TagFriendsScreen.tsx index c7b48f03..d960f3b9 100644 --- a/src/screens/moments/TagFriendsScreen.tsx +++ b/src/screens/moments/TagFriendsScreen.tsx @@ -6,7 +6,6 @@ import { Keyboard, KeyboardAvoidingView, Platform, - Settings, StyleSheet, TouchableWithoutFeedback, View, |