diff options
Diffstat (limited to 'client-web/source/keybinds.ts')
-rw-r--r-- | client-web/source/keybinds.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-web/source/keybinds.ts b/client-web/source/keybinds.ts index 07e21bb..fb17259 100644 --- a/client-web/source/keybinds.ts +++ b/client-web/source/keybinds.ts @@ -7,7 +7,7 @@ import { create_camera_res, create_mic_res, create_screencast_res } from "./resource/track.ts"; import { Room } from "./room.ts" -import { update_serviceworker } from "./sw/init.ts"; +import { update_serviceworker } from "./sw/client.ts"; export function setup_keybinds(room: Room) { document.body.addEventListener("keydown", ev => { |