diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-15 19:04:07 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-15 19:04:07 -0800 |
commit | 72aabf60d815cdecf59aaef86df57be6a557efd0 (patch) | |
tree | 4fac8f3fe8c44d0730fa3d7707500aa1a68afcd0 /src/components/notifications | |
parent | ed91266981e1662b512baa1856d8c921a8718e68 (diff) |
Done
Diffstat (limited to 'src/components/notifications')
-rw-r--r-- | src/components/notifications/Notification.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx index 42b10ea3..efbda46f 100644 --- a/src/components/notifications/Notification.tsx +++ b/src/components/notifications/Notification.tsx @@ -9,14 +9,12 @@ import { loadUserNotifications, updateUserXFriends, } from '../../store/actions'; -import {TAGG_TEXT_LIGHT_BLUE} from '../../constants'; -import {loadAvatar, unfriendUser} from '../../services'; +import {loadAvatar} from '../../services'; import {acceptFriendRequest} from '../../store/actions'; import {RootState} from '../../store/rootReducer'; import {NotificationType, ProfilePreviewType, ScreenType} from '../../types'; import { fetchUserX, - getTokenOrLogout, SCREEN_HEIGHT, SCREEN_WIDTH, userXInStore, |