import * as React from 'react' const Doggy: React.FunctionComponent = () => { return ( // from https://undraw.co/ ) } export default Doggy