summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-03 13:38:22 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-03 13:38:22 -0700
commit48ca3a4007c8b9c40a3bc3789563ed9992e9b64d (patch)
tree7ed5263f62f8a1252c55bd5070cf0b4cd0099436 /web/react
parent427d999cda9f37c27aa4dc973a81570829814636 (diff)
downloadchat-48ca3a4007c8b9c40a3bc3789563ed9992e9b64d.tar.gz
chat-48ca3a4007c8b9c40a3bc3789563ed9992e9b64d.tar.bz2
chat-48ca3a4007c8b9c40a3bc3789563ed9992e9b64d.zip
Adding initial admin console html pages
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;