Skip to content

Instantly share code, notes, and snippets.

@chuyihuang
Created August 29, 2017 09:57
Show Gist options
  • Save chuyihuang/7d0f66b8c49dc5c414ed51444c2e9eed to your computer and use it in GitHub Desktop.
Save chuyihuang/7d0f66b8c49dc5c414ed51444c2e9eed to your computer and use it in GitHub Desktop.
week_3_demo_7
import {combineReducers} from 'redux';
import todos from './todos';
const indexReducer = combineReducers({
todos,
});
export default indexReducer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment