Skip to content

Commit

Permalink
refactor: Remove unused imports in authContext.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Jun 25, 2024
1 parent 22b131b commit c8ea85d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/frontend/src/contexts/authContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ import {
} from "../controllers/API";
import useAlertStore from "../stores/alertStore";
import { useFolderStore } from "../stores/foldersStore";
import {
useGlobalVariablesStore,
useGlobalVariablesStore,
} from "../stores/globalVariablesStore/globalVariables";
import { useStoreStore, useStoreStore } from "../stores/storeStore";
import { Users, Users } from "../types/api";
import { AuthContextType, AuthContextType } from "../types/contexts/auth";
import { useGlobalVariablesStore } from "../stores/globalVariablesStore/globalVariables";
import { useStoreStore } from "../stores/storeStore";
import { Users } from "../types/api";
import { AuthContextType } from "../types/contexts/auth";

const initialValue: AuthContextType = {
isAdmin: false,
Expand Down

0 comments on commit c8ea85d

Please sign in to comment.