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