mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
fix: Import ha-expansion-panel in ha-form-expandable (#26996)
fix: Import ha-expansion-panel in ha-form-expandable The current usages of ha-form-expandable only work correctly because ha-expansion-panel is already imported somewhere else by coincidence. This adds an explicit import to avoid breakages when using ha-form-expandable in a standalone context (e.g. within ./hassio).
This commit is contained in:
@@ -2,6 +2,7 @@ import { css, html, LitElement, nothing } from "lit";
|
|||||||
import { customElement, property } from "lit/decorators";
|
import { customElement, property } from "lit/decorators";
|
||||||
import type { HomeAssistant } from "../../types";
|
import type { HomeAssistant } from "../../types";
|
||||||
import "./ha-form";
|
import "./ha-form";
|
||||||
|
import "../ha-expansion-panel";
|
||||||
import type {
|
import type {
|
||||||
HaFormDataContainer,
|
HaFormDataContainer,
|
||||||
HaFormElement,
|
HaFormElement,
|
||||||
|
|||||||
Reference in New Issue
Block a user