import React from 'react' import InfoBox from './InfoBox' const Service = ({ ...props }) => (
{`${props.title}
) export default Service