aboutsummaryrefslogtreecommitdiff
path: root/src/actions/app.js
diff options
context:
space:
mode:
authorMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-07-29 21:19:34 -0400
committerMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-07-29 21:19:34 -0400
commitb311b6e9c2cb1865e66a4da45b5305ebc8b0ed77 (patch)
treeddb818fb5ea22864255249b9d37d54f6b3571220 /src/actions/app.js
parent43d10a870bb6b9189cfdf431445810df45db4739 (diff)
Added dedicated account page for logging in.
Diffstat (limited to 'src/actions/app.js')
-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 dedfb49..d58c7ff 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 'account':
+ import('../components/mao-account.js');
+ break;
default:
page = 'view404';
import('../components/my-view404.js');