diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-01 22:02:25 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-01 22:02:25 -0800 |
commit | 7361492c3d25f71bb444f5f7e35b3113647318f9 (patch) | |
tree | 83a3f1e64bc8a487393b17b337b83251c27ab0ce /src/components/profile/Content.tsx | |
parent | 19f6a1cd849bec601440311dcb4188d7ff0b34ea (diff) |
fullscreen friends + unfriend button
Diffstat (limited to 'src/components/profile/Content.tsx')
-rw-r--r-- | src/components/profile/Content.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/profile/Content.tsx b/src/components/profile/Content.tsx index 56ae1e51..28000dd7 100644 --- a/src/components/profile/Content.tsx +++ b/src/components/profile/Content.tsx @@ -25,11 +25,9 @@ import { import { blockUnblockUser, deleteUserMomentsForCategory, - friendUnfriendUser, loadFriendsData, updateMomentCategories, updateUserXFriends, - updateUserXProfileAllScreens, } from '../../store/actions'; import { EMPTY_MOMENTS_LIST, |