import Contact from '../components/Contact'; const ContactPage = () => { return (
); }; export default ContactPage;