aboutsummaryrefslogtreecommitdiff
path: root/src/actions/app.js
diff options
context:
space:
mode:
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 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');