Guest User

Untitled

a guest
Feb 25th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. import { createStore } from 'redux'
  2. import todoApp from './reducers'
  3.  
  4. let store = createStore(todoApp)
Add Comment
Please, Sign In to add comment