diff options
author | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-27 01:05:50 -0400 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-27 01:05:50 -0400 |
commit | 63a5fe7906716a98d9b51a3bb30f23f45114ef83 (patch) | |
tree | 4ac3aa460b329f6430e8e2595a45b6ff54ae3b3b /src/actions/app.js | |
parent | 84e15b866786854073feefce2392b47a3d84d724 (diff) |
Created dedicated tutoring page and styled it a little.
Diffstat (limited to 'src/actions/app.js')
-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 be4cc95..dedfb49 100644 --- a/src/actions/app.js +++ b/src/actions/app.js @@ -37,8 +37,8 @@ const loadPage = (page) => (dispatch) => { case 'compete': import('../components/mao-competitions.js'); break; - case 'view3': - import('../components/my-view3.js'); + case 'tutor': + import('../components/mao-tutoring.js'); break; default: page = 'view404'; |