const Figure = props => (
{props?.alt
{props.title || 'FIXME: No title property set on this image'}
) export default Figure