diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-09 17:11:03 -0800 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-09 17:11:03 -0800 |
| commit | 4b6faadd4cc0a69b0aad5b44dfe6292635b39f6b (patch) | |
| tree | 959cf8d5960e20cf378bc667ffacf5527a9e3560 /src/services | |
| parent | 7fd3d9f6c4297747512f2bea69a11268ffa35f08 (diff) | |
changed insta icon + added extra prop for switch
Diffstat (limited to 'src/services')
| -rw-r--r-- | src/services/UserFriendsService.ts | 2 | ||||
| -rw-r--r-- | src/services/UserProfileService.ts | 3 |
2 files changed, 2 insertions, 3 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'; diff --git a/src/services/UserProfileService.ts b/src/services/UserProfileService.ts index b400843d..d0610714 100644 --- a/src/services/UserProfileService.ts +++ b/src/services/UserProfileService.ts @@ -1,9 +1,8 @@ -import {transformFromAstAsync} from '@babel/core'; import AsyncStorage from '@react-native-community/async-storage'; import moment from 'moment'; import {Alert} from 'react-native'; import RNFetchBlob from 'rn-fetch-blob'; -import {SocialAccountType} from 'src/types'; +import {SocialAccountType} from '../types'; import { PROFILE_PHOTO_ENDPOINT, HEADER_PHOTO_ENDPOINT, |
