ignore folder
This commit is contained in:
5
hooks/useAuth.ts
Normal file
5
hooks/useAuth.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { useAuthStore } from "@/store/authStore";
|
||||
|
||||
export function useAuth() {
|
||||
return useAuthStore((state) => state);
|
||||
}
|
||||
Reference in New Issue
Block a user