aboutsummaryrefslogtreecommitdiff
path: root/src/actions
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/app.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/actions/app.js b/src/actions/app.js
index d58c7ff..3a5f9fb 100644
--- a/src/actions/app.js
+++ b/src/actions/app.js
@@ -40,6 +40,9 @@ const loadPage = (page) => (dispatch) => {
case 'tutor':
import('../components/mao-tutoring.js');
break;
+ case 'fourms':
+ import('../components/mao-fourms.js');
+ break;
case 'account':
import('../components/mao-account.js');
break;