diff options
Diffstat (limited to 'client-web/source/keybinds.ts')
-rw-r--r-- | client-web/source/keybinds.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client-web/source/keybinds.ts b/client-web/source/keybinds.ts index 028e119..fba0047 100644 --- a/client-web/source/keybinds.ts +++ b/client-web/source/keybinds.ts @@ -1,5 +1,6 @@ -import { Room } from "./room.ts" +/// <reference lib="dom" /> +import { Room } from "./room.ts" export function setup_keybinds(room: Room) { let command_mode = false |