Skip to content

Commit dcc6064

Browse files
committed
Remove unused postsSlice
1 parent 939361d commit dcc6064

File tree

2 files changed

+0
-84
lines changed

2 files changed

+0
-84
lines changed

src/app/store.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import { configureStore } from '@reduxjs/toolkit'
22

3-
import postsReducer from '../features/posts/postsSlice'
43
import notificationsReducer from '../features/notifications/notificationsSlice'
54
import { apiSlice } from '../features/api/apiSlice'
65

76
export default configureStore({
87
reducer: {
9-
posts: postsReducer,
108
notifications: notificationsReducer,
119
[apiSlice.reducerPath]: apiSlice.reducer,
1210
},

src/features/posts/postsSlice.js

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)