export default function Image(props: { src: string; alt?: string; }) { return
{props.alt}/ { props.alt &&

{props.alt}

}
}