diff --git a/src/index.js b/src/index.js index 8771e02..cf6241c 100644 --- a/src/index.js +++ b/src/index.js @@ -7,7 +7,7 @@ import App from './components/App'; import configureStore from './store/configureStore' import { Provider } from 'react-redux' -const store = configureStore(); +export const store = configureStore(); render(