import React, {Component} from 'react'; import './contact.css'; class Contact extends Component { render() { return (

Wanna work together?

You can get a hold of me by emailing me at me@grodriguez.dev. You can also see what I am up to by clicking the social media icons below.

); } } export default Contact;