diff options
Diffstat (limited to 'src/utils')
| -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([ |
