1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-14 23:18:21 +00:00

Add missing import in hass-tabs-subpage-data-table (#29591)

This commit is contained in:
Matthias Alphart
2026-02-12 09:49:09 +01:00
committed by GitHub
parent b07b604a20
commit 24014116dc
2 changed files with 5 additions and 0 deletions

View File

@@ -10,9 +10,11 @@ import { haStyleDialog } from "../../resources/styles";
import type { HomeAssistant } from "../../types";
import "../ha-button";
import { createCloseHeading } from "../ha-dialog";
import "../ha-icon-button";
import "../ha-list";
import "../ha-list-item";
import "../ha-sortable";
import "../ha-svg-icon";
import type {
DataTableColumnContainer,
DataTableColumnData,

View File

@@ -27,9 +27,12 @@ import type {
SortingDirection,
} from "../components/data-table/ha-data-table";
import { showDataTableSettingsDialog } from "../components/data-table/show-dialog-data-table-settings";
import "../components/ha-button";
import "../components/ha-dialog";
import "../components/ha-dialog-header";
import "../components/ha-dropdown";
import "../components/ha-icon-button";
import "../components/ha-svg-icon";
import type { HaDropdownSelectEvent } from "../components/ha-dropdown";
import "../components/ha-dropdown-item";
import "../components/search-input-outlined";