Update tv-card.js

This commit is contained in:
jkocon
2019-07-08 15:42:38 +02:00
committed by GitHub
parent 6aa71c9718
commit 4b6483b59e

View File

@@ -13,8 +13,8 @@ class TVCardServices extends LitElement {
} }
static async getConfigElement() { static async getConfigElement() {
await import("./tv-card-editor.js"); await import("./tv-card-kicur-editor.js");
return document.createElement("tv-card-editor"); return document.createElement("tv-card-kicur-editor");
} }
static getStubConfig() { static getStubConfig() {
@@ -335,4 +335,4 @@ class TVCardServices extends LitElement {
} }
} }
customElements.define("tv-card", TVCardServices); customElements.define("tv-card-kicur", TVCardServices);