add more slices
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
import { configureStore } from "@reduxjs/toolkit";
|
||||
import kilnReducer from "./features/kilnSlice";
|
||||
import fireReducer from "./features/fireSlice";
|
||||
import fanFrequenceReducer from "./features/fanFrequenceSlice";
|
||||
import gasReducer from "./features/gasSlice";
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: {
|
||||
kiln: kilnReducer,
|
||||
fireInfo: fireReducer,
|
||||
fanFrequence: fanFrequenceReducer,
|
||||
wind: gasReducer,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user