From 951c62d8573fbef56a4f7d27ad3fbde57cec0b9e Mon Sep 17 00:00:00 2001 From: Ashm Walia Date: Fri, 5 Feb 2021 10:43:11 -0800 Subject: Tested and made a small change --- src/components/common/FriendsButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/common/FriendsButton.tsx') diff --git a/src/components/common/FriendsButton.tsx b/src/components/common/FriendsButton.tsx index d47dc3b6..6ef23a96 100644 --- a/src/components/common/FriendsButton.tsx +++ b/src/components/common/FriendsButton.tsx @@ -6,7 +6,7 @@ import {TAGG_LIGHT_BLUE} from '../../constants'; import {handleFriendUnfriend, SCREEN_WIDTH} from '../../utils'; import {NO_PROFILE, NO_USER} from '../../store/initialStates'; import {useDispatch, useSelector, useStore} from 'react-redux'; -import {RootState} from 'src/store/rootReducer'; +import {RootState} from '../../store/rootReducer'; interface ProfileBodyProps { userXId: string | undefined; -- cgit v1.2.3-70-g09d2