Import missing components on init page (#25269)

This commit is contained in:
Paulus Schoutsen 2025-05-01 08:57:56 -04:00 committed by GitHub
parent 2b7b17625e
commit c26fb1713d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
import type { PropertyValues } from "lit";
import { css, html, LitElement } from "lit";
import { property, state } from "lit/decorators";
import "@material/mwc-button";
import "../components/ha-spinner";
class HaInitPage extends LitElement {
@property({ type: Boolean }) public error = false;