refactor: store folder for redux

This commit is contained in:
2025-08-06 21:18:50 +04:00
parent 6549729fed
commit 6efb75ab30
15 changed files with 39 additions and 446 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;