diff options
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"] }) |