import React from 'react' import { GatsbyImage, getImage } from 'gatsby-plugin-image'; const Review = ({ img, ...props }) => { return (
) } export default Review;