aboutsummaryrefslogtreecommitdiff
path: root/src/screens/moments/TagFriendsScreen.tsx
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-07-08 11:10:54 -0400
committerBrian Kim <brian@tagg.id>2021-07-08 11:10:54 -0400
commitac4318fa0e1556f60bf41b8afdbad69477c764a1 (patch)
tree06768824369052836fbeea2a9b596cc8a2424142 /src/screens/moments/TagFriendsScreen.tsx
parent9940cfdf9d55fc6bb505e68a315373babad46bae (diff)
Fix linting
Diffstat (limited to 'src/screens/moments/TagFriendsScreen.tsx')
-rw-r--r--src/screens/moments/TagFriendsScreen.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/screens/moments/TagFriendsScreen.tsx b/src/screens/moments/TagFriendsScreen.tsx
index 6a96a094..1852e6a6 100644
--- a/src/screens/moments/TagFriendsScreen.tsx
+++ b/src/screens/moments/TagFriendsScreen.tsx
@@ -10,13 +10,11 @@ import {
View,
} from 'react-native';
import {useFocusEffect} from '@react-navigation/native';
-import {Button} from 'react-native-elements';
import Video from 'react-native-video';
import {MainStackParams} from 'src/routes';
import BackArrow from '../../assets/icons/back-arrow.svg';
import {MomentTags} from '../../components';
import {TagFriendsFooter} from '../../components/moments';
-import {TAGG_LIGHT_BLUE_2} from '../../constants';
import {MomentTagType} from '../../types';
import {
SCREEN_WIDTH,