mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 12:16:39 +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 { showCreateCardDialog } from "../editor/card-editor/show-create-card-dialog";
|
||||
import { showEditCardDialog } from "../editor/card-editor/show-edit-card-dialog";
|
||||
import { type DeleteBadgeParams, performDeleteBadge } from "../editor/delete-badge";
|
||||
import { type DeleteCardParams, performDeleteCard } from "../editor/delete-card";
|
||||
import {
|
||||
type DeleteBadgeParams,
|
||||
performDeleteBadge,
|
||||
} from "../editor/delete-badge";
|
||||
import {
|
||||
type DeleteCardParams,
|
||||
performDeleteCard,
|
||||
} from "../editor/delete-card";
|
||||
import {
|
||||
LovelaceCardPath,
|
||||
parseLovelaceCardPath,
|
||||
|
Loading…
x
Reference in New Issue
Block a user