Apply Prettier formatting

This commit is contained in:
ogabrielluiz 2024-06-25 19:18:41 +00:00 committed by Gabriel Luiz Freitas Almeida
commit da5a8a3f7d

View file

@ -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,