aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets/handlers/handleBN.ts
diff options
context:
space:
mode:
authorCaleb <caleb.mabry.15@cnu.edu>2022-09-07 17:01:25 -0400
committerCaleb <caleb.mabry.15@cnu.edu>2022-09-07 17:01:25 -0400
commit3f8d0974b327e663328bc36cd97f1ba1855a2269 (patch)
treefe9a18c8c0cdbf1ab8ef037af6f98a53b0ea018f /webAO/packets/handlers/handleBN.ts
parent5362069a05b4bfbef03f37605af979aa3cf0e066 (diff)
Added more functions
Diffstat (limited to 'webAO/packets/handlers/handleBN.ts')
-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 94029b3..3c5d95f 100644
--- a/webAO/packets/handlers/handleBN.ts
+++ b/webAO/packets/handlers/handleBN.ts
@@ -1,7 +1,8 @@
-import { client, getIndexFromSelect } from "../../client";
+import { client } from "../../client";
import { AO_HOST } from "../../client/aoHost";
import { safeTags } from "../../encoding";
import { updateBackgroundPreview } from '../../dom/updateBackgroundPreview'
+import { getIndexFromSelect } from '../../dom/getIndexFromSelect'
import tryUrls from "../../utils/tryUrls";