import classes from "./Card.module.css"; function Card(props) { return
{props.children}
} export default Card;