|
@@ -4,6 +4,7 @@ import viewSelectionReducer from './patient/viewSelection';
|
|
import patientTypeReducer from './patientTypeSlice';
|
|
import patientTypeReducer from './patientTypeSlice';
|
|
import bodyPartReducer from './bodyPartSlice';
|
|
import bodyPartReducer from './bodyPartSlice';
|
|
import selectionReducer from './patient/register/SelectionTypeSlice';
|
|
import selectionReducer from './patient/register/SelectionTypeSlice';
|
|
|
|
+import productReducer from './productSlice';
|
|
|
|
|
|
const store = configureStore({
|
|
const store = configureStore({
|
|
reducer: {
|
|
reducer: {
|
|
@@ -12,6 +13,7 @@ const store = configureStore({
|
|
patientType: patientTypeReducer,
|
|
patientType: patientTypeReducer,
|
|
bodyPart: bodyPartReducer,
|
|
bodyPart: bodyPartReducer,
|
|
selection: selectionReducer,
|
|
selection: selectionReducer,
|
|
|
|
+ product: productReducer,
|
|
},
|
|
},
|
|
});
|
|
});
|
|
|
|
|