--- 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,