diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-30 20:58:25 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-30 20:58:25 +0200 |
| commit | 325aa41d1216facbb7228743930a8ad21afec7aa (patch) | |
| tree | 63e454a9f7876f4839abad79482e2171aac04df4 /webAO/client.ts | |
| parent | 2838fbe91a270ed3d69ac708dac85b108b6f09dc (diff) | |
convert cookie stuff to ts
Diffstat (limited to 'webAO/client.ts')
| -rw-r--r-- | webAO/client.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.ts b/webAO/client.ts index 918704d..a2735b2 100644 --- a/webAO/client.ts +++ b/webAO/client.ts @@ -16,8 +16,8 @@ import vanilla_evidence_arr from "./constants/evidence.js"; import chatbox_arr from "./styles/chatbox/chatboxes.js"; import iniParse from "./iniParse"; -import getCookie from "./utils/getCookie.js"; -import setCookie from "./utils/setCookie.js"; +import getCookie from "./utils/getCookie"; +import setCookie from "./utils/setCookie"; import { request } from "./services/request.js"; import { changeShoutVolume, |
