Merge pull request #117 from tarteo/patch-1

Update import statements to use esm.run
This commit is contained in:
Stéphane Bidoul 2025-03-21 09:57:32 +01:00 committed by GitHub
commit 949f346ae2
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() {