diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-04-25 22:31:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-25 22:31:50 +0200 |
| commit | ae5653bdcc530cb077c150056995a58cedb9c3a8 (patch) | |
| tree | d2f6d3c64532fe0124b7ec3f6c750677d5fae870 /webAO/dom/updateBackgroundPreview.ts | |
| parent | 9d03e255877cee5db53f9ec45c84ee8ebfe1ed0a (diff) | |
forgot import
Diffstat (limited to 'webAO/dom/updateBackgroundPreview.ts')
| -rw-r--r-- | webAO/dom/updateBackgroundPreview.ts | 4 |
1 files changed, 3 insertions, 1 deletions
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. */ |
