import React from 'react'
const ContactPage = () => (
<div>
<h1>Contact page</h1>
</div>
)
export default ContactPage