MCPcopy Create free account
hub / github.com/GreatStackDev/gocart / makeStore

Function makeStore

lib/store.js:7–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import ratingReducer from './features/rating/ratingSlice'
6
7export const makeStore = () => {
8 return configureStore({
9 reducer: {
10 cart: cartReducer,
11 product: productReducer,
12 address: addressReducer,
13 rating: ratingReducer,
14 },
15 })
16}

Callers 1

StoreProviderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected