From 25206461714659a3ca26fdbc799c6206e2f792be Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Tue, 4 May 2021 20:46:42 -0400 Subject: fixed linter issue --- src/utils/users.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/utils/users.ts b/src/utils/users.ts index c167ac2f..754382b3 100644 --- a/src/utils/users.ts +++ b/src/utils/users.ts @@ -1,6 +1,4 @@ import AsyncStorage from '@react-native-community/async-storage'; -import {NavigationProp} from '@react-navigation/core'; -import {Dispatch} from 'react'; import {INTEGRATED_SOCIAL_LIST} from '../constants'; import {isUserBlocked, loadSocialPosts} from '../services'; import { @@ -19,8 +17,8 @@ import {loadUserX} from './../store/actions/userX'; import {AppDispatch} from './../store/configureStore'; import {RootState} from './../store/rootReducer'; import { - ProfilePreviewType, ProfileInfoType, + ProfilePreviewType, ScreenType, UserType, } from './../types/types'; -- cgit v1.2.3-70-g09d2