diff options
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/friends.ts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/utils/friends.ts b/src/utils/friends.ts index 5b0ded8f..93d9e054 100644 --- a/src/utils/friends.ts +++ b/src/utils/friends.ts @@ -1,7 +1,12 @@ // Handles click on friend/requested/unfriend button import {RootState} from '../store/rootReducer'; -import {ProfilePreviewType, ProfileInfoType, ScreenType, UserType} from '../types'; +import { + ProfilePreviewType, + ProfileInfoType, + ScreenType, + UserType, +} from '../types'; import {AppDispatch} from '../store/configureStore'; import { addFriend, |
