import React from "react"; const ProductCardSkeleton = () => { return (
{/* Image */}
{/* Content */}
); }; export default ProductCardSkeleton;