Skip to content

Commit

Permalink
Remove unused postsSlice
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jan 5, 2022
1 parent 939361d commit dcc6064
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 84 deletions.
2 changes: 0 additions & 2 deletions src/app/store.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { configureStore } from '@reduxjs/toolkit'

import postsReducer from '../features/posts/postsSlice'
import notificationsReducer from '../features/notifications/notificationsSlice'
import { apiSlice } from '../features/api/apiSlice'

export default configureStore({
reducer: {
posts: postsReducer,
notifications: notificationsReducer,
[apiSlice.reducerPath]: apiSlice.reducer,
},
Expand Down
82 changes: 0 additions & 82 deletions src/features/posts/postsSlice.js

This file was deleted.

0 comments on commit dcc6064

Please sign in to comment.