diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-01-21 17:13:21 -0500 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-01-21 17:13:21 -0500 |
| commit | ad321571af78b5ea58a8e3e35820d5c3cf1c607b (patch) | |
| tree | e74cdba25d194cae51086d4278eb7b77093c7609 /src/screens | |
| parent | d6714bec669becb4132035ffdf7b9b87e9c6ce7b (diff) | |
linting and normalizing tagg icons
Diffstat (limited to 'src/screens')
| -rw-r--r-- | src/screens/search/SearchScreen.tsx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/screens/search/SearchScreen.tsx b/src/screens/search/SearchScreen.tsx index 5072e13a..f1bdbea2 100644 --- a/src/screens/search/SearchScreen.tsx +++ b/src/screens/search/SearchScreen.tsx @@ -25,12 +25,7 @@ import {SEARCH_ENDPOINT, TAGG_TEXT_LIGHT_BLUE} from '../../constants'; import {loadRecentlySearched, resetScreenType} from '../../store/actions'; import {RootState} from '../../store/rootReducer'; import {ProfilePreviewType, ScreenType, UserType} from '../../types'; -import { - isIPhoneX, - SCREEN_HEIGHT, - SCREEN_WIDTH, - StatusBarHeight, -} from '../../utils'; +import {SCREEN_HEIGHT, SCREEN_WIDTH, StatusBarHeight} from '../../utils'; const NO_USER: UserType = { userId: '', username: '', |
