From f5fa4f7d58344c2dc722d1f37c1d7a008f6ee9b3 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 7 Sep 2023 20:24:21 +0200 Subject: new element creation helper --- client-web/source/logger.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client-web/source/logger.ts') diff --git a/client-web/source/logger.ts b/client-web/source/logger.ts index 08dba66..20138b5 100644 --- a/client-web/source/logger.ts +++ b/client-web/source/logger.ts @@ -5,9 +5,9 @@ */ /// -import { ediv } from "./helper.ts"; +import { e } from "./helper.ts"; -export const LOGGER_CONTAINER = ediv({ class: "logger-container" }) +export const LOGGER_CONTAINER = e("div", { class: "logger-container" }) const log_scope_color = { "*": "#ff4a7c", -- cgit v1.2.3-70-g09d2