--- a/client/src/reducers/index.js Mon Jun 19 18:32:27 2017 +0200
+++ b/client/src/reducers/index.js Mon Jun 19 21:37:33 2017 +0200
@@ -1,4 +1,5 @@
-import { combineReducers } from 'redux-immutable';
+//import { combineReducers } from 'redux-immutable';
+import { combineReducers } from 'redux';
import { routerReducer } from 'react-router-redux';
import notes from './notesReducer';
@@ -6,7 +7,7 @@
import { isAuthenticated, currentUser, login, token } from './authReducer';
const rootReducer = combineReducers({
- currentSession,
+// currentSession,
sessions,
notes,
isAuthenticated,