diff options
author | Ashm Walia <ashmwalia@outlook.com> | 2021-01-15 16:20:29 -0800 |
---|---|---|
committer | Ashm Walia <ashmwalia@outlook.com> | 2021-01-15 16:20:29 -0800 |
commit | ed91266981e1662b512baa1856d8c921a8718e68 (patch) | |
tree | 10d61d494885f01427973fb430b3e2d1d47ce3c1 /src/utils/users.ts | |
parent | df6595694c678657fec30d881fb1edcd39b62f17 (diff) |
fixes
Diffstat (limited to 'src/utils/users.ts')
-rw-r--r-- | src/utils/users.ts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/utils/users.ts b/src/utils/users.ts index 2a7db214..d4aaebe3 100644 --- a/src/utils/users.ts +++ b/src/utils/users.ts @@ -16,7 +16,12 @@ import {loadUserMomentCategories} from './../store/actions/momentCategories'; import {loadUserX} from './../store/actions/userX'; import {AppDispatch} from './../store/configureStore'; import {RootState} from './../store/rootReducer'; -import {ProfilePreviewType, ProfileType, ScreenType, UserType} from './../types/types'; +import { + ProfilePreviewType, + ProfileType, + ScreenType, + UserType, +} from './../types/types'; const loadData = async (dispatch: AppDispatch, user: UserType) => { await Promise.all([ |