mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 10:29:37 +00:00
Upgrade to Lit 2 (#9199)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { customElement, html, LitElement, property } from "lit-element";
|
||||
import { html, LitElement } from "lit";
|
||||
import { customElement, property } from "lit/decorators";
|
||||
import { fireEvent } from "../../common/dom/fire_event";
|
||||
import { HomeAssistant } from "../../types";
|
||||
import "../ha-yaml-editor";
|
||||
|
||||
Reference in New Issue
Block a user