src/store/index.js (
3
lines of code) (
raw
):
import { createStore } from 'redux'; import rootReducer from './Store'; export const store = createStore(rootReducer);