Update import statements to use esm.run

This commit is contained in:
Dennis Sluijk 2025-03-15 17:20:14 +01:00 committed by GitHub
parent 90495c7bcb
commit 0106f28a01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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() {