diff --git a/frontend/components/Item/View/Selectable.vue b/frontend/components/Item/View/Selectable.vue index 78de9229..559c294c 100644 --- a/frontend/components/Item/View/Selectable.vue +++ b/frontend/components/Item/View/Selectable.vue @@ -3,6 +3,7 @@ import type { ItemSummary } from "~~/lib/api/types/data-contracts"; import MdiCardTextOutline from "~icons/mdi/card-text-outline"; import MdiTable from "~icons/mdi/table"; + import { Badge } from "@/components/ui/badge"; import { Button, ButtonGroup } from "@/components/ui/button"; type Props = { @@ -29,7 +30,12 @@