Skip to content

Commit

Permalink
Fixes after runing the format command
Browse files Browse the repository at this point in the history
  • Loading branch information
boodland authored and eleanorreem committed Jul 16, 2024
1 parent 7f548c0 commit cea519e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hooks/useLoadUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ import {
LOGOUT_SUCCESS,
} from '../constants/events';
import { useCreateEventLogMutation, useGetUserQuery } from '../store/api';
import { setAuthStateLoading, setLoadError, setUserLoading, setUserToken } from '../store/userSlice';
import {
setAuthStateLoading,
setLoadError,
setUserLoading,
setUserToken,
} from '../store/userSlice';
import { getErrorMessage } from '../utils/errorMessage';
import logEvent, { getEventUserResponseData } from '../utils/logEvent';
import { useAppDispatch, useStateUtils, useTypedSelector } from './store';
Expand Down

0 comments on commit cea519e

Please sign in to comment.