From 72aabf60d815cdecf59aaef86df57be6a557efd0 Mon Sep 17 00:00:00 2001 From: Ashm Walia Date: Fri, 15 Jan 2021 19:04:07 -0800 Subject: Done --- src/components/notifications/Notification.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/components/notifications') 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, -- cgit v1.2.3-70-g09d2