Skip to content

Commit

Permalink
Remove useless reducers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bchrobot committed Jul 11, 2018
1 parent 6821116 commit 047b3e5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
8 changes: 0 additions & 8 deletions src/store/actions/index.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ import { createStore, combineReducers, compose, applyMiddleware } from 'redux'
import { routerReducer, routerMiddleware } from 'react-router-redux'
import ReduxThunk from 'redux-thunk'
import ApolloClientSingleton from '../network/apollo-client-singleton'
import * as reducers from './reducers'

export default class Store {
constructor(history, initialState = {}) {
const reducer = combineReducers({
...reducers,
apollo: ApolloClientSingleton.reducer(),
routing: routerReducer
})
Expand Down
8 changes: 0 additions & 8 deletions src/store/reducers/count.js

This file was deleted.

1 change: 0 additions & 1 deletion src/store/reducers/index.js

This file was deleted.

0 comments on commit 047b3e5

Please sign in to comment.