diff --git a/components/parts/PartsGrid.tsx b/components/parts/PartsGrid.tsx index be17387..b571ea3 100644 --- a/components/parts/PartsGrid.tsx +++ b/components/parts/PartsGrid.tsx @@ -3,6 +3,7 @@ import Link from "next/link"; import { Plus } from "lucide-react"; import type { UiPart } from "@/types/uiPart"; +import { ProductImage } from './ProductImage'; export default function PartsGrid(props: { viewMode: "card" | "list"; @@ -130,17 +131,12 @@ export default function PartsGrid(props: { > {/* Image */}