feat: ingredient product
This commit is contained in:
@@ -7,6 +7,8 @@ import paymentMethodReducer from '@/redux-store/slices/paymentMethod'
|
||||
import ingredientReducer from '@/redux-store/slices/ingredient'
|
||||
import orderReducer from '@/redux-store/slices/order'
|
||||
import productRecipeReducer from '@/redux-store/slices/productRecipe'
|
||||
import organizationReducer from '@/redux-store/slices/organization'
|
||||
import userReducer from '@/redux-store/slices/user'
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: {
|
||||
@@ -15,7 +17,9 @@ export const store = configureStore({
|
||||
paymentMethodReducer,
|
||||
ingredientReducer,
|
||||
orderReducer,
|
||||
productRecipeReducer
|
||||
productRecipeReducer,
|
||||
organizationReducer,
|
||||
userReducer
|
||||
},
|
||||
middleware: getDefaultMiddleware => getDefaultMiddleware({ serializableCheck: false })
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user