From 1e3fde25b9f6d8adbdf087a51a34dc35cc1907d8 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 4 Sep 2022 22:30:31 +0200 Subject: undo dom stuff --- webAO/packets/handlers/handleBN.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'webAO/packets') diff --git a/webAO/packets/handlers/handleBN.ts b/webAO/packets/handlers/handleBN.ts index 9dabc15..f7b8447 100644 --- a/webAO/packets/handlers/handleBN.ts +++ b/webAO/packets/handlers/handleBN.ts @@ -1,7 +1,6 @@ -import { AO_HOST, client, getIndexFromSelect } from "../../client"; +import { AO_HOST, client, getIndexFromSelect, updateBackgroundPreview } from "../../client"; import { safeTags } from "../../encoding"; import tryUrls from "../../utils/tryUrls"; -import { updateBackgroundPreview } from '../../dom/updateBackgroundPreview' /** * Handles a background change. -- cgit