1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-20 08:49:33 +01:00

Fix duplicate imports from merge

This commit is contained in:
Bram Kragten
2024-04-24 11:14:55 +02:00
parent 90e5d259af
commit 4b0d19b615
3 changed files with 0 additions and 12 deletions

View File

@@ -103,10 +103,6 @@ import { showAssignCategoryDialog } from "../category/show-dialog-assign-categor
import { showCategoryRegistryDetailDialog } from "../category/show-dialog-category-registry-detail";
import { configSections } from "../ha-panel-config";
import { showLabelDetailDialog } from "../labels/show-dialog-label-detail";
import {
hasRejectedItems,
rejectedItems,
} from "../../../common/util/promise-all-settled-results";
type ScriptItem = ScriptEntity & {
name: string;