Create core structure for the app
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { configureStore } from "@reduxjs/toolkit";
|
||||
import counterReducer from "../features/counter/counterSlice";
|
||||
import coreReducer from "../coreSlice";
|
||||
|
||||
export default configureStore({
|
||||
reducer: {
|
||||
counter: counterReducer,
|
||||
core: coreReducer,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user