mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
Prettier
This commit is contained in:
parent
19c37ab91c
commit
fa29e49985
@ -25,8 +25,14 @@ import { showCreateBadgeDialog } from "../editor/badge-editor/show-create-badge-
|
|||||||
import { showEditBadgeDialog } from "../editor/badge-editor/show-edit-badge-dialog";
|
import { showEditBadgeDialog } from "../editor/badge-editor/show-edit-badge-dialog";
|
||||||
import { showCreateCardDialog } from "../editor/card-editor/show-create-card-dialog";
|
import { showCreateCardDialog } from "../editor/card-editor/show-create-card-dialog";
|
||||||
import { showEditCardDialog } from "../editor/card-editor/show-edit-card-dialog";
|
import { showEditCardDialog } from "../editor/card-editor/show-edit-card-dialog";
|
||||||
import { type DeleteBadgeParams, performDeleteBadge } from "../editor/delete-badge";
|
import {
|
||||||
import { type DeleteCardParams, performDeleteCard } from "../editor/delete-card";
|
type DeleteBadgeParams,
|
||||||
|
performDeleteBadge,
|
||||||
|
} from "../editor/delete-badge";
|
||||||
|
import {
|
||||||
|
type DeleteCardParams,
|
||||||
|
performDeleteCard,
|
||||||
|
} from "../editor/delete-card";
|
||||||
import {
|
import {
|
||||||
LovelaceCardPath,
|
LovelaceCardPath,
|
||||||
parseLovelaceCardPath,
|
parseLovelaceCardPath,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user