export default function Image(props) { return (
{props.alt}
); }