import Img from 'react-optimized-image' const Image = ({ src, alt }) => { return {alt} } export default Image