aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-09-07 19:53:44 +0200
committerGitHub <noreply@github.com>2022-09-07 19:53:44 +0200
commit5362069a05b4bfbef03f37605af979aa3cf0e066 (patch)
tree4228d606b206aa9f7f9438a5e69e3e721bc02643 /webAO/packets/handlers
parent84184b35c8564a1c51cc67d9781d2463fd159527 (diff)
parentccec95a9d3b68e25e24a9168400fc47099a85c81 (diff)
Merge pull request #168 from caleb-mabry/more-window-functions
More window functions
Diffstat (limited to 'webAO/packets/handlers')
-rw-r--r--webAO/packets/handlers/handleBN.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handleBN.ts b/webAO/packets/handlers/handleBN.ts
index 067130d..94029b3 100644
--- a/webAO/packets/handlers/handleBN.ts
+++ b/webAO/packets/handlers/handleBN.ts
@@ -1,6 +1,7 @@
-import { client, getIndexFromSelect, updateBackgroundPreview } from "../../client";
+import { client, getIndexFromSelect } from "../../client";
import { AO_HOST } from "../../client/aoHost";
import { safeTags } from "../../encoding";
+import { updateBackgroundPreview } from '../../dom/updateBackgroundPreview'
import tryUrls from "../../utils/tryUrls";