Skip to content

Instantly share code, notes, and snippets.

@itzzmeakhi
Created January 11, 2022 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itzzmeakhi/3f4c014aba33179e61904f3cd9cd89d8 to your computer and use it in GitHub Desktop.
Save itzzmeakhi/3f4c014aba33179e61904f3cd9cd89d8 to your computer and use it in GitHub Desktop.
// store.js
import { createStore } from 'redux';
import reducer from './reducer';
const store = createStore(reducer);
export { store };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment