From d133d664b5f28c6f663cd51abdc253662022a005 Mon Sep 17 00:00:00 2001 From: huchenlei Date: Mon, 17 Jun 2024 16:47:29 -0400 Subject: [PATCH] nit --- src/scripts/ui/draggableList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/ui/draggableList.js b/src/scripts/ui/draggableList.js index 39e71030d..d53594886 100644 --- a/src/scripts/ui/draggableList.js +++ b/src/scripts/ui/draggableList.js @@ -25,7 +25,7 @@ SOFTWARE. */ -import { $el } from "../ui"; +import { $el } from "../ui.js"; $el("style", { parent: document.head,