refactor: migrate state imports from contexts to stores directory
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
*/
|
||||
import { useState } from "react";
|
||||
|
||||
import { useAuthState } from "@/contexts/auth/auth-context";
|
||||
import { useAuthState } from "@/stores/auth/auth-context";
|
||||
|
||||
import { EmailLoginForm } from "./email-login-form";
|
||||
import { EmailRegisterForm } from "./email-register-form";
|
||||
|
||||
Reference in New Issue
Block a user