We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939361d commit dcc6064Copy full SHA for dcc6064
src/app/store.js
@@ -1,12 +1,10 @@
1
import { configureStore } from '@reduxjs/toolkit'
2
3
-import postsReducer from '../features/posts/postsSlice'
4
import notificationsReducer from '../features/notifications/notificationsSlice'
5
import { apiSlice } from '../features/api/apiSlice'
6
7
export default configureStore({
8
reducer: {
9
- posts: postsReducer,
10
notifications: notificationsReducer,
11
[apiSlice.reducerPath]: apiSlice.reducer,
12
},
src/features/posts/postsSlice.js
0 commit comments