mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +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 { AddonSelector } from "../../data/selector";
|
||||
import { HomeAssistant } from "../../types";
|
||||
import "../ha-addon-picker";
|
||||
|
||||
Reference in New Issue
Block a user