diff options
| author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-01 18:00:17 -0400 |
|---|---|---|
| committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-08-01 18:00:17 -0400 |
| commit | 80b238f5e9f0c84abcb2753c569bb732c05739b0 (patch) | |
| tree | 96d154ac834c8253f0fe9345a50a4bd19046532b /src/actions/app.js | |
| parent | 7d9b4f6cc3b731f0cdd385bce9564b6dc3b53c53 (diff) | |
Working on creating admin page. Having issues with keeping the page hidden in the toolbar.
Diffstat (limited to 'src/actions/app.js')
| -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 fce37d7..5a77ae6 100644 --- a/src/actions/app.js +++ b/src/actions/app.js @@ -54,6 +54,9 @@ const loadPage = (page) => (dispatch) => { case 'account': import('../components/mao-account.js'); break; + case 'admin': + import('../components/mao-admin.js'); + break; default: page = 'view404'; import('../components/my-view404.js'); |
