client/src/reducers/index.js
changeset 3 3b5d37d84cfe
parent 1 431977d7c9a6
child 12 48ddaa42b810
equal deleted inserted replaced
2:b52921a63e77 3:3b5d37d84cfe
     1 import notes from './notes-reducer';
       
     2 import {combineReducers} from 'redux-immutable';
     1 import {combineReducers} from 'redux-immutable';
       
     2 
       
     3 import notes from './notesReducer';
     3 
     4 
     4 const rootReducer = combineReducers({
     5 const rootReducer = combineReducers({
     5   notes
     6   notes
     6 });
     7 });
     7 
     8