diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-09 15:50:00 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-09 15:50:00 +0200 |
commit | b0c6062607b037ba1a6e388e5c23746bdd8dbdcf (patch) | |
tree | 3b45f185db24d56df0be3a9156cd8318c774ac55 /client-web | |
parent | de8e2d40ed2744c4c25ec7cdbe778e1723dbb830 (diff) | |
download | keks-meet-b0c6062607b037ba1a6e388e5c23746bdd8dbdcf.tar keks-meet-b0c6062607b037ba1a6e388e5c23746bdd8dbdcf.tar.bz2 keks-meet-b0c6062607b037ba1a6e388e5c23746bdd8dbdcf.tar.zst |
nothing
Diffstat (limited to 'client-web')
-rw-r--r-- | client-web/source/index.ts | 3 |
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"] }) |