mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 13:07:49 +00:00
Fix define
This commit is contained in:
parent
7c21a07a66
commit
8dba463dd4
@ -13,7 +13,7 @@ import { HomeAssistant } from "../../../types";
|
|||||||
|
|
||||||
import "../../../components/ha-icon";
|
import "../../../components/ha-icon";
|
||||||
|
|
||||||
@customElement("hui-webline-row")
|
@customElement("hui-weblink-row")
|
||||||
class HuiWeblinkRow extends LitElement implements EntityRow {
|
class HuiWeblinkRow extends LitElement implements EntityRow {
|
||||||
public hass?: HomeAssistant;
|
public hass?: HomeAssistant;
|
||||||
|
|
||||||
@ -71,5 +71,3 @@ declare global {
|
|||||||
"hui-weblink-row": HuiWeblinkRow;
|
"hui-weblink-row": HuiWeblinkRow;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
customElements.define("hui-weblink-row", HuiWeblinkRow);
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user