aboutsummaryrefslogtreecommitdiff
path: root/src/actions/app.js
diff options
context:
space:
mode:
authorMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-08-13 23:13:56 -0400
committerMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-08-13 23:13:56 -0400
commitfe125c5deb979d753d8b903ce6cdeb968e1c5f46 (patch)
tree079474a83ab36a1cd2566b0528362288dbbbeba9 /src/actions/app.js
parentb1d481ee51e39734a9f10b14d5bc907d17c2afd0 (diff)
Attempting to fix issue with building and serving. I believe it was a semicolon I missed in the actions of the app.js.
Diffstat (limited to 'src/actions/app.js')
-rw-r--r--src/actions/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/app.js b/src/actions/app.js
index 9ae3184..422c52d 100644
--- a/src/actions/app.js
+++ b/src/actions/app.js
@@ -32,7 +32,7 @@ var hasSubscribedPosts = false;
const loadPage = (page) => (dispatch, getState) => {
switch(page) {
case 'home':
- import('../components/mao-home.js')
+ import('../components/mao-home.js');
break;
case 'compete':