From ae5653bdcc530cb077c150056995a58cedb9c3a8 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 25 Apr 2023 22:31:50 +0200 Subject: forgot import --- webAO/dom/updateBackgroundPreview.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webAO/dom/updateBackgroundPreview.ts b/webAO/dom/updateBackgroundPreview.ts index 0daea74..6b8a0d8 100644 --- a/webAO/dom/updateBackgroundPreview.ts +++ b/webAO/dom/updateBackgroundPreview.ts @@ -1,4 +1,6 @@ -import { AO_HOST } from '../client/aoHost' +import { AO_HOST } from '../client/aoHost'; +import tryUrls from "../../utils/tryUrls"; + /** * Update background preview. */ -- cgit