diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-23 21:46:28 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-23 21:46:28 +0100 |
| commit | e93fa6110bfe510216b558e1b256fac4c267b1a2 (patch) | |
| tree | 3bf74af19609e3991cb9d665375fce47b0845d89 /webAO/master.ts | |
| parent | 89a7862ed462bd952a9814d9d4be078524bcf18c (diff) | |
sort of convert encoding to typescript
Diffstat (limited to 'webAO/master.ts')
| -rw-r--r-- | webAO/master.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/master.ts b/webAO/master.ts index 8fd8779..8c850c2 100644 --- a/webAO/master.ts +++ b/webAO/master.ts @@ -1,6 +1,6 @@ import FingerprintJS from '@fingerprintjs/fingerprintjs'; -import { unescapeChat, safeTags } from './encoding.js'; +import { unescapeChat, safeTags } from './encoding'; declare global { interface Window { |
