aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-02-05 10:43:11 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-02-05 10:43:11 -0800
commit951c62d8573fbef56a4f7d27ad3fbde57cec0b9e (patch)
tree42e6745c3ac32d3d21fa8557dc07adc50a4bfc7a
parent07a2e3841d49b3fb278f17676c1007b003f58b9e (diff)
Tested and made a small change
-rw-r--r--src/components/common/FriendsButton.tsx2
1 files changed, 1 insertions, 1 deletions
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;