diff options
| author | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-06 21:55:10 -0400 |
|---|---|---|
| committer | Caleb <caleb.mabry.15@cnu.edu> | 2022-09-06 21:55:10 -0400 |
| commit | ccec95a9d3b68e25e24a9168400fc47099a85c81 (patch) | |
| tree | 4228d606b206aa9f7f9438a5e69e3e721bc02643 /webAO/packets/handlers | |
| parent | 84184b35c8564a1c51cc67d9781d2463fd159527 (diff) | |
More window functions
Diffstat (limited to 'webAO/packets/handlers')
| -rw-r--r-- | webAO/packets/handlers/handleBN.ts | 3 |
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"; |
