aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-21 20:34:46 -0400
committerIvan Chen <ivan@tagg.id>2021-05-21 20:34:46 -0400
commite2291c8c09937c75249230efbc680e82c4a72d95 (patch)
treeef494f6b2e6567718b76c334b1363160d48e925e /src
parent442f5608aeddb5c627183e150a8c79c9d5bd2a57 (diff)
Clean up imports
Diffstat (limited to 'src')
-rw-r--r--src/screens/moments/TagFriendsScreen.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/screens/moments/TagFriendsScreen.tsx b/src/screens/moments/TagFriendsScreen.tsx
index ba180921..9c78a63e 100644
--- a/src/screens/moments/TagFriendsScreen.tsx
+++ b/src/screens/moments/TagFriendsScreen.tsx
@@ -1,6 +1,6 @@
import {RouteProp} from '@react-navigation/core';
import {useNavigation} from '@react-navigation/native';
-import React, {Fragment, useEffect, useRef, useState} from 'react';
+import React, {useEffect, useRef, useState} from 'react';
import {
Image,
Keyboard,
@@ -16,7 +16,6 @@ import {
CaptionScreenHeader,
MomentTags,
SearchBackground,
- TaggLoadingIndicator,
} from '../../components';
import {TagFriendsFooter} from '../../components/moments';
import {TAGG_LIGHT_BLUE_2} from '../../constants';