Skip to content

Instantly share code, notes, and snippets.

@asherccohen
Created April 26, 2019 08:40
Show Gist options
  • Save asherccohen/676af597264403a1f2f66b5bfa6d692f to your computer and use it in GitHub Desktop.
Save asherccohen/676af597264403a1f2f66b5bfa6d692f to your computer and use it in GitHub Desktop.
import { createStore } from 'redux';
// local import
import reducers from '../reducers';
const store =
reducers &&
createStore(reducers);
export default store;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment