Apply Prettier formatting
This commit is contained in:
parent
f0a0a483e9
commit
da5a8a3f7d
1 changed files with 7 additions and 8 deletions
|
|
@ -8,14 +8,13 @@ import {
|
|||
} from "../controllers/API";
|
||||
import useAlertStore from "../stores/alertStore";
|
||||
import { useFolderStore } from "../stores/foldersStore";
|
||||
import { useGlobalVariablesStore } from "../stores/globalVariablesStore/globalVariables";
|
||||
import { useStoreStore } from "../stores/storeStore";
|
||||
import { Users } from "../types/api";
|
||||
import { 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";
|
||||
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";
|
||||
|
||||
const initialValue: AuthContextType = {
|
||||
isAdmin: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue