import React from 'react'; const ImageWithLegend = ({ image, legend }) => (
{legend && }
); export default ImageWithLegend;