aboutsummaryrefslogtreecommitdiff
path: root/src/services/UserProfileService.ts
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-02-09 17:11:03 -0800
committerShravya Ramesh <shravs1208@gmail.com>2021-02-09 17:11:03 -0800
commit4b6faadd4cc0a69b0aad5b44dfe6292635b39f6b (patch)
tree959cf8d5960e20cf378bc667ffacf5527a9e3560 /src/services/UserProfileService.ts
parent7fd3d9f6c4297747512f2bea69a11268ffa35f08 (diff)
changed insta icon + added extra prop for switch
Diffstat (limited to 'src/services/UserProfileService.ts')
-rw-r--r--src/services/UserProfileService.ts3
1 files changed, 1 insertions, 2 deletions
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,