diff -r b52921a63e77 -r 3b5d37d84cfe client/src/reducers/index.js --- a/client/src/reducers/index.js Mon May 22 17:59:19 2017 +0200 +++ b/client/src/reducers/index.js Tue May 23 13:15:34 2017 +0200 @@ -1,6 +1,7 @@ -import notes from './notes-reducer'; import {combineReducers} from 'redux-immutable'; +import notes from './notesReducer'; + const rootReducer = combineReducers({ notes });