From 07b17cf12c1b8a77578b19a45b53e08e0b21b331 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 15 Dec 2022 23:05:32 -0800 Subject: [PATCH] fix import --- scripts/elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/elements.js b/scripts/elements.js index d95bdf5..59bffbf 100644 --- a/scripts/elements.js +++ b/scripts/elements.js @@ -1,4 +1,4 @@ -import { request } from "./utils"; +import { request } from "./utils.js"; class Instance extends HTMLElement { constructor () {