Skip to content

Commit

Permalink
Update hui-shopping-list-card.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Oct 23, 2023
1 parent ec58194 commit 7bed8fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/panels/lovelace/cards/hui-shopping-list-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import "../../../components/ha-select";
import "../../../components/ha-svg-icon";
import "../../../components/ha-textfield";
import type { HaTextField } from "../../../components/ha-textfield";

import {
TodoItem,
TodoItemStatus,
Expand All @@ -35,11 +34,11 @@ import {
updateItem,
} from "../../../data/todo";
import { SubscribeMixin } from "../../../mixins/subscribe-mixin";
import { SortableInstance } from "../../../resources/sortable.ondemand";
import type { SortableInstance } from "../../../resources/sortable";
import { HomeAssistant } from "../../../types";
import { findEntities } from "../common/find-entities";
import { LovelaceCard, LovelaceCardEditor } from "../types";
import { ShoppingListCardConfig } from "./types";
import { findEntities } from "../common/find-entities";

@customElement("hui-shopping-list-card")
class HuiShoppingListCard
Expand Down

0 comments on commit 7bed8fa

Please sign in to comment.