init commit
This commit is contained in:
8
src/store/index.js
Normal file
8
src/store/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { configureStore } from "@reduxjs/toolkit";
|
||||
// import counterReducer from '../features/kiln/KilnSlice'
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: {
|
||||
// counter: counterReducer,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user