Adding initial admin console html pages

Этот коммит содержится в:
=Corey Hulen
2015-09-03 13:38:22 -07:00
родитель 427d999cda
Коммит 48ca3a4007
3 изменённых файлов: 545 добавлений и 0 удалений

8
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;