import classNames from 'classnames'; const Card = ({ children, className }: {children: React.ReactElement[], className: string}) => (