From e15bc36fbbaa48d84803e4034fe2d02571cd30c0 Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Mon, 30 Jul 2018 12:35:36 -0400 Subject: Created fourm page and itnegrated it. Also, --- src/actions/app.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/actions') 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; -- cgit v1.2.3-70-g09d2