import React from "react"; const Card = ({ component: Component }) => { return (
); }; export default Card;