From 0106f28a01dd9b716966bb238d2cde8e0a18510a Mon Sep 17 00:00:00 2001 From: Dennis Sluijk <10028499+tarteo@users.noreply.github.com> Date: Sat, 15 Mar 2025 17:20:14 +0100 Subject: [PATCH] Update import statements to use esm.run --- src/runboat/webui-templates/runboat-build-element.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runboat/webui-templates/runboat-build-element.js b/src/runboat/webui-templates/runboat-build-element.js index 332e800..8308435 100644 --- a/src/runboat/webui-templates/runboat-build-element.js +++ b/src/runboat/webui-templates/runboat-build-element.js @@ -1,5 +1,5 @@ -import {LitElement, html, css} from 'https://unpkg.com/lit@2.1.2?module'; -import 'https://unpkg.com/@github/time-elements@latest?module'; +import {LitElement, html, css} from 'https://esm.run/lit@2.1.2?module'; +import 'https://esm.run/@github/time-elements@latest?module'; class RunboatBuildElement extends LitElement { static get properties() {