chore: Update authContext imports and remove duplicate imports

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-25 14:42:19 -03:00
commit f5835152b3

View file

@ -12,10 +12,6 @@ import { useGlobalVariablesStore } from "../stores/globalVariablesStore/globalVa
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";
const initialValue: AuthContextType = {
isAdmin: false,