mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 19:09:48 +00:00
Upgrade to Lit 2 (#9199)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { customElement, html, state, LitElement, property } from "lit-element";
|
||||
import { html, LitElement } from "lit";
|
||||
import { customElement, property, state } from "lit/decorators";
|
||||
import { ConfigEntry, getConfigEntries } from "../../data/config_entries";
|
||||
import { DeviceRegistryEntry } from "../../data/device_registry";
|
||||
import { DeviceSelector } from "../../data/selector";
|
||||
|
||||
Reference in New Issue
Block a user