import React from "react"; const Image = ({ thumbnail, title }) => { return ( {title} ); }; export default Image;