Merge pull request #117 from tarteo/patch-1
Update import statements to use esm.run
This commit is contained in:
commit
949f346ae2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import {LitElement, html, css} from 'https://unpkg.com/lit@2.1.2?module';
|
import {LitElement, html, css} from 'https://esm.run/lit@2.1.2?module';
|
||||||
import 'https://unpkg.com/@github/time-elements@latest?module';
|
import 'https://esm.run/@github/time-elements@latest?module';
|
||||||
|
|
||||||
class RunboatBuildElement extends LitElement {
|
class RunboatBuildElement extends LitElement {
|
||||||
static get properties() {
|
static get properties() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue