client/src/reducers/index.js
changeset 58 f16a080e0bc4
parent 44 3b20e2b584fe
child 59 1eb52770eefa
--- 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,