mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-14 05:20:31 +00:00
Upgrade to Lit 2 (#9199)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { customElement, property, ReactiveElement } from "lit-element";
|
||||
import { ReactiveElement } from "lit";
|
||||
import { customElement, property } from "lit/decorators";
|
||||
import { fireEvent } from "../common/dom/fire_event";
|
||||
import { renderMarkdown } from "../resources/render-markdown";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user