Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Created April 21, 2017 11:16
Show Gist options
  • Save justinvdm/750d277aa51ff5230473a1a16c697171 to your computer and use it in GitHub Desktop.
Save justinvdm/750d277aa51ff5230473a1a16c697171 to your computer and use it in GitHub Desktop.
diff --git a/src/app.js b/src/app.js
index c92a8d7..8f1cb5f 100644
--- a/src/app.js
+++ b/src/app.js
@@ -10,7 +10,7 @@ import configureStore from 'src/store/configureStore';
import TopNavigationContainer from 'src/containers/TopNavigationContainer';
-const store = configureStore();
+export const store = configureStore();
errors(store);
store.dispatch(tick());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment