import React from 'react' const Card = ({children}) => { return (
{children}
) } export default Card