15 lines
385 B
JavaScript
15 lines
385 B
JavaScript
|
|
// import { configureStore } from "@reduxjs/toolkit";
|
|
// import { newCategoryReducer, AllcategoryReducer } from "./reducers/categoryReducer.js";
|
|
// import { loginReducer } from "./reducers/directoryReducer.js";
|
|
|
|
// const store = configureStore({
|
|
// reducer: {
|
|
|
|
// newCategory: newCategoryReducer,
|
|
// AllCategory: AllcategoryReducer,
|
|
|
|
// },
|
|
// });
|
|
|
|
// export default store;
|