diff options
| author | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-26 13:05:36 -0400 |
|---|---|---|
| committer | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-26 13:05:36 -0400 |
| commit | 39497cb690e727778aaabf3ef0ec116c7c97b2ee (patch) | |
| tree | 86fe85d17eebc0598c9f276674bdff4cff704bfb /src/actions | |
| parent | c8455753523c47d95e0438a0c4999b77d4f6fa47 (diff) | |
Created basic responsive grid for regiional competitions on new competition page.
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'); |
