diff options
Diffstat (limited to '_wui/main.ts')
| -rw-r--r-- | _wui/main.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/_wui/main.ts b/_wui/main.ts index 85e64a5..b6f27ab 100644 --- a/_wui/main.ts +++ b/_wui/main.ts @@ -1,9 +1,7 @@ // SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info> // SPDX-License-Identifier: GPL-3.0-or-later -import { renderHtml, Awwan } from "./awwan"; - -renderHtml(); +import { Awwan } from "./awwan"; const awwan = new Awwan(); |
