diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-04-20 17:10:33 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-04-20 17:21:36 -0400 |
| commit | 5ff7cab4bd36337b2c86e3d4915a6fc3ceef1ddb (patch) | |
| tree | 1620cc8ff132043aca30f8f0998d77a3ecc1add9 /src/utils | |
| parent | 5946e667c55de4ee4e9d5d64ad6e5f3eb5e123dd (diff) | |
linted
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, |
