removelevelbutton tests

This commit is contained in:
realaravinth
2021-05-07 17:55:42 +05:30
parent 7b3f910da7
commit 5b5a995f57
19 changed files with 1100 additions and 204 deletions

View File

@@ -21,6 +21,8 @@ import * as login from './auth/login/ts/';
import * as register from './auth/register/ts/';
import * as panel from './panel/ts/index';
import * as addSiteKey from './panel/sitekey/add/ts';
import {MODE} from './logger';
import log from './logger';
import VIEWS from './views/v1/routes';
@@ -34,6 +36,8 @@ import './panel/sitekey/list/css/main.scss';
import './errors/main.scss';
log.setMode(MODE.production);
const router = new Router();
router.register(VIEWS.panelHome, panel.index);