aswi2023one-team-to-rule-them-all-gitlab/src/stores/store.ts @ 000ecc2f
1 |
import { configureStore } from "@reduxjs/toolkit" |
---|---|
2 |
import userReducer from "./reducers/userSlice" |
3 |
|
4 |
export default configureStore({ |
5 |
reducer: { |
6 |
user: userReducer, |
7 |
},
|
8 |
})
|