- Timestamp:
- 07/17/22 09:43:05 (2 years ago)
- Branches:
- main
- Children:
- faff334
- Parents:
- e007fcd
- Location:
- redux
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
redux/store.js
re007fcd re903234 3 3 import playerReducer from "./reducers/playerSlice"; 4 4 import styleReducer from "./reducers/styleSlice"; 5 import adminReducer from "./reducers/adminSlice"; 6 import adminInformationReducer from "./reducers/adminInformationSlice"; 5 7 6 8 export const store = configureStore({ … … 8 10 player: playerReducer, 9 11 style: styleReducer, 12 admin: adminReducer, 13 adminInformation: adminInformationReducer, 10 14 }, 11 15 })
Note:
See TracChangeset
for help on using the changeset viewer.