export default function DiscountProduct({ discount }) { return ( {discount}% ) }