This commit is contained in:
hamid zarghami
2024-12-29 11:27:56 +03:30
parent 44d739c061
commit 7756e20a9f
11 changed files with 345 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { create } from "zustand";
import { AuthStoreType } from "../auth/types/AuthTypes";
import { AuthStoreType } from "../../auth/types/AuthTypes";
export const useAuthStore = create<AuthStoreType>((set) => ({
phone: "",