diff -r 1f340f3597a8 -r ea92f4fe783d client/src/reducers/index.js --- a/client/src/reducers/index.js Tue Oct 09 19:07:47 2018 +0200 +++ b/client/src/reducers/index.js Mon Oct 08 18:35:47 2018 +0200 @@ -1,5 +1,4 @@ -import { combineReducers } from 'redux-immutable'; -import { routerReducer } from 'react-router-redux'; +import { combineReducers } from 'redux'; import notes from './notesReducer'; import { sessions } from './sessionsReducer'; @@ -25,7 +24,6 @@ isSynchronizing, online }), - router: routerReducer, autoSubmit, groups, createGroup,