summaryrefslogtreecommitdiff
path: root/client-web/source/index.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-09 15:50:00 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-09 15:50:00 +0200
commitb0c6062607b037ba1a6e388e5c23746bdd8dbdcf (patch)
tree3b45f185db24d56df0be3a9156cd8318c774ac55 /client-web/source/index.ts
parentde8e2d40ed2744c4c25ec7cdbe778e1723dbb830 (diff)
downloadkeks-meet-b0c6062607b037ba1a6e388e5c23746bdd8dbdcf.tar
keks-meet-b0c6062607b037ba1a6e388e5c23746bdd8dbdcf.tar.bz2
keks-meet-b0c6062607b037ba1a6e388e5c23746bdd8dbdcf.tar.zst
nothing
Diffstat (limited to 'client-web/source/index.ts')
-rw-r--r--client-web/source/index.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/client-web/source/index.ts b/client-web/source/index.ts
index c15ec38..a57cec3 100644
--- a/client-web/source/index.ts
+++ b/client-web/source/index.ts
@@ -3,11 +3,10 @@
import { ediv } from "./helper.ts";
import { log } from "./logger.ts"
import { create_menu } from "./menu.ts";
-import { get_param, load_params, PREFS } from "./preferences.ts";
+import { load_params, PREFS } from "./preferences.ts";
import { SignalingConnection } from "./protocol/mod.ts";
import { Room } from "./room.ts"
-
export const BOTTOM_CONTAINER = ediv({ class: ["bottom-container"] })
export const ROOM_CONTAINER = ediv({ class: ["room"] })