refactor: rename useauth in store

This commit is contained in:
Your Name
2026-04-11 19:14:02 +05:30
parent 6a7439fa61
commit dfa7c3d0d5
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { api, publicApi } from "../api/apiClient";
import { endpoints } from "../config/endpoints";
import { useAuthStore } from "../store/useAuth";
import { useAuthStore } from "../store/useAuthStore";
interface UserProfile {
public_id: string;