This commit is contained in:
natib21
2026-07-10 11:25:59 +00:00
parent 2696ca7498
commit e6e44e773b
1146 changed files with 200266 additions and 90527 deletions

View File

@@ -1,11 +1,11 @@
import { configureStore } from "@reduxjs/toolkit";
import dashboardReducer from "../components/dashboard/dashboardSlice";
export const store = configureStore({
reducer: {
dashboard: dashboardReducer,
},
});
export type RootState = ReturnType<typeof store.getState>;
export type AppDispatch = typeof store.dispatch;
import { configureStore } from "@reduxjs/toolkit";
import dashboardReducer from "../components/dashboard/dashboardSlice";
export const store = configureStore({
reducer: {
dashboard: dashboardReducer,
},
});
export type RootState = ReturnType<typeof store.getState>;
export type AppDispatch = typeof store.dispatch;