xuchang-new/src/store/index.js

9 lines
203 B
JavaScript
Raw Normal View History

2023-11-09 13:36:21 +08:00
import { configureStore } from "@reduxjs/toolkit";
// import counterReducer from '../features/kiln/KilnSlice'
export const store = configureStore({
reducer: {
// counter: counterReducer,
},
});