diff options
Diffstat (limited to 'src/actions')
| -rw-r--r-- | src/actions/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions/app.js b/src/actions/app.js index d943671..be4cc95 100644 --- a/src/actions/app.js +++ b/src/actions/app.js @@ -34,8 +34,8 @@ const loadPage = (page) => (dispatch) => { // navigating to view1 after my-view1.js is loaded. }); break; - case 'view2': - import('../components/my-view2.js'); + case 'compete': + import('../components/mao-competitions.js'); break; case 'view3': import('../components/my-view3.js'); |
