import React from 'react'; export default function Card({visible, children, ...props}) { return
{children}
}