import { Skeleton } from "../ui/skeleton"; const ProductCardSkeleton = () => { return (
); }; export default ProductCardSkeleton;