mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 11:30:01 +00:00
Upgrade to Lit 2 (#9199)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { CircularProgress } from "@material/mwc-circular-progress";
|
||||
import { customElement, property } from "lit-element";
|
||||
import { customElement, property } from "lit/decorators";
|
||||
|
||||
@customElement("ha-circular-progress")
|
||||
// @ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user