import React from 'react'; const Card = (title, image) => { return ( <>

{title}

); }; export default Card;