feat: analytic
This commit is contained in:
@@ -4,12 +4,14 @@ import { configureStore } from '@reduxjs/toolkit'
|
||||
import productReducer from '@/redux-store/slices/product'
|
||||
import customerReducer from '@/redux-store/slices/customer'
|
||||
import paymentMethodReducer from '@/redux-store/slices/paymentMethod'
|
||||
import ingredientReducer from '@/redux-store/slices/ingredient'
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: {
|
||||
productReducer,
|
||||
customerReducer,
|
||||
paymentMethodReducer
|
||||
paymentMethodReducer,
|
||||
ingredientReducer
|
||||
},
|
||||
middleware: getDefaultMiddleware => getDefaultMiddleware({ serializableCheck: false })
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user