import React from "react"; import ContactForm from "../components/ContactForm"; import Layout from "../components/Layout"; import ContactMeta from "../components/meta/ContactMeta"; const Contact = ({ location }) => { return ( ); }; export default Contact;