mirror of
https://gitlab.com/itsulu-odoo/runboat.git
synced 2026-05-30 23:41:27 +00:00
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 '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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue