diff options
| author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-07-30 12:35:36 -0400 |
|---|---|---|
| committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-07-30 12:35:36 -0400 |
| commit | e15bc36fbbaa48d84803e4034fe2d02571cd30c0 (patch) | |
| tree | 33dcddb8423c10e46cb4c12280bba93562848884 /src/actions | |
| parent | 01f7cf44d47ac1fa48068cfb7d7e5f8acc94c59c (diff) | |
Created fourm page and itnegrated it. Also,
Diffstat (limited to 'src/actions')
| -rw-r--r-- | src/actions/app.js | 3 |
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; |
