From b311b6e9c2cb1865e66a4da45b5305ebc8b0ed77 Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Sun, 29 Jul 2018 21:19:34 -0400 Subject: Added dedicated account page for logging in. --- src/actions/app.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/actions/app.js') 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'); -- cgit v1.2.3-70-g09d2