import React from 'react' import Image from '../_image' const RoundedImage = (props) => { return ( <> ) } export default RoundedImage