diff options
Diffstat (limited to 'client-web/source/chat.ts')
-rw-r--r-- | client-web/source/chat.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client-web/source/chat.ts b/client-web/source/chat.ts index d6aeb00..67622d4 100644 --- a/client-web/source/chat.ts +++ b/client-web/source/chat.ts @@ -1,3 +1,5 @@ +/// <reference lib="dom" /> + import { ChatMessage } from "../../common/packets.d.ts"; import { ediv, espan, image_view, notify, OverlayUi } from "./helper.ts"; import { log } from "./logger.ts"; |