Skip to content

Instantly share code, notes, and snippets.

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