client/src/reducers/index.js
changeset 168 ea92f4fe783d
parent 134 be36eed5e6e0
child 172 4b780ebbedc6
--- 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,