diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-04-25 22:33:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-25 22:33:19 +0200 |
| commit | 1a811c05c86f1970ad771cc8cc979de5eb5d8c3f (patch) | |
| tree | 3fd4b54abadf64a9cf9aa1b28e57a73be52eabd1 /webAO/dom/updateBackgroundPreview.ts | |
| parent | ae5653bdcc530cb077c150056995a58cedb9c3a8 (diff) | |
minor spelling mistake
Diffstat (limited to 'webAO/dom/updateBackgroundPreview.ts')
| -rw-r--r-- | webAO/dom/updateBackgroundPreview.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/dom/updateBackgroundPreview.ts b/webAO/dom/updateBackgroundPreview.ts index 6b8a0d8..01b5c44 100644 --- a/webAO/dom/updateBackgroundPreview.ts +++ b/webAO/dom/updateBackgroundPreview.ts @@ -1,5 +1,5 @@ import { AO_HOST } from '../client/aoHost'; -import tryUrls from "../../utils/tryUrls"; +import tryUrls from "../utils/tryUrls"; /** * Update background preview. |
