import { Skeleton } from "@/components/ui/skeleton" import { Card } from "@/components/ui/card" export default function CartItemSkeleton() { return (
{/* Product Image */} {/* Product Info */}
{/* Quantity Controls */}
) }