diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/moments/TagFriendsScreen.tsx | 3 |
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'; |