refactor: migrate state imports from contexts to stores directory
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
import { useState } from "react";
|
||||
|
||||
import { useAuthDispatch } from "@/contexts/auth/auth-context";
|
||||
import { useAuthDispatch } from "@/stores/auth/auth-context";
|
||||
import {
|
||||
validateConfirmPassword,
|
||||
validateEmail,
|
||||
|
||||
Reference in New Issue
Block a user