aboutsummaryrefslogtreecommitdiff
path: root/src/actions/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/app.js')
-rw-r--r--src/actions/app.js4
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';