Skip to content

Instantly share code, notes, and snippets.

@bismitaguha
Created July 20, 2020 20:00
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 bismitaguha/a0fc401acd9a4539d35910074cd44bb3 to your computer and use it in GitHub Desktop.
Save bismitaguha/a0fc401acd9a4539d35910074cd44bb3 to your computer and use it in GitHub Desktop.
import { createStore } from 'redux'
import todoApp from './reducers'
const store = createStore(todoApp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment