aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets
diff options
context:
space:
mode:
authorCaleb <caleb.mabry.15@cnu.edu>2022-09-06 21:55:10 -0400
committerCaleb <caleb.mabry.15@cnu.edu>2022-09-06 21:55:10 -0400
commitccec95a9d3b68e25e24a9168400fc47099a85c81 (patch)
tree4228d606b206aa9f7f9438a5e69e3e721bc02643 /webAO/packets
parent84184b35c8564a1c51cc67d9781d2463fd159527 (diff)
More window functions
Diffstat (limited to 'webAO/packets')
-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";