From 1a811c05c86f1970ad771cc8cc979de5eb5d8c3f Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 25 Apr 2023 22:33:19 +0200 Subject: minor spelling mistake --- webAO/dom/updateBackgroundPreview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/dom/updateBackgroundPreview.ts') 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. -- cgit