refactor: migrate state imports from contexts to stores directory
This commit is contained in:
@@ -4,7 +4,7 @@ import { useEffect } from "react";
|
||||
import Link from "next/link";
|
||||
|
||||
import { MobileShell } from "@/app/_components/core/mobile-shell";
|
||||
import { useUserDispatch, useUserState } from "@/contexts/user/user-context";
|
||||
import { useUserDispatch, useUserState } from "@/stores/user/user-context";
|
||||
|
||||
import styles from "./sidebar-screen.module.css";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user