Created
April 21, 2017 11:16
-
-
Save justinvdm/750d277aa51ff5230473a1a16c697171 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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