Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import { configureStore } from "@reduxjs/toolkit";
- import bootcampReducer from '../slice'
- export default configureStore({
- reducer: {
- bootcamp: bootcampReducer,
- },
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement