summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
Diffstat (limited to 'web/react')
-rw-r--r--web/react/pages/admin_console.jsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/react/pages/admin_console.jsx b/web/react/pages/admin_console.jsx
new file mode 100644
index 000000000..67ed231c5
--- /dev/null
+++ b/web/react/pages/admin_console.jsx
@@ -0,0 +1,8 @@
+// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
+// See License.txt for license information.
+
+export function setupAdminConsolePage() {
+ console.log('setting up admin page');
+}
+
+global.window.setup_admin_console_page = setupAdminConsolePage;