diff options
Diffstat (limited to 'src/services/UserFriendsService.ts')
-rw-r--r-- | src/services/UserFriendsService.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/UserFriendsService.ts b/src/services/UserFriendsService.ts index 99d86d0b..eff18f16 100644 --- a/src/services/UserFriendsService.ts +++ b/src/services/UserFriendsService.ts @@ -1,7 +1,7 @@ //Abstracted common friends api calls out here import {Alert} from 'react-native'; -import {FriendshipStatusType} from 'src/types'; +import {FriendshipStatusType} from '../types'; import {FRIENDS_ENDPOINT} from '../constants'; import {ERROR_SOMETHING_WENT_WRONG_REFRESH} from '../constants/strings'; |