index.js 127 Bytes
Newer Older
mayi's avatar
mayi committed
1 2 3 4 5
import  { createStore } from 'redux';
import reducer from './reducer';
const store = createStore(reducer)

export default store