const Card = ({ children, headerSlot, className }) => { return
<>{headerSlot}
{children}
} export default Card