refactor: store folder for redux

This commit is contained in:
2025-08-05 21:04:23 +04:00
parent 316cca712d
commit cd034bcce6
5 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
import { ReactNode } from "react";
import { Provider } from "react-redux";
import { PersistGate } from "redux-persist/integration/react";
import { persistor, store } from "@/lib/store";
import { persistor, store } from "@/lib/store/store";
type Props = {
children: ReactNode;