diff options
Diffstat (limited to 'src/actions/app.js')
| -rw-r--r-- | src/actions/app.js | 2 |
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': |
