client/src/reducers/index.js
changeset 3 3b5d37d84cfe
parent 1 431977d7c9a6
child 12 48ddaa42b810
--- 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
 });