Fix import (#10206)

This commit is contained in:
Joakim Sørensen 2021-10-08 16:41:21 +02:00 committed by GitHub
parent 807ce468d6
commit 84c4bbd380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ import {
import { customElement, property, query, state } from "lit/decorators";
import { fireEvent } from "../../common/dom/fire_event";
import "../ha-button-menu";
import "../ha-icon";
import "../ha-svg-icon";
import {
HaFormElement,
HaFormMultiSelectData,