import SEO from "../components/seo" import Layout from "../components/templates/layout" const NotFoundPage = () => (

NOT FOUND

You just hit a route that doesn't exist... the sadness.

) export default NotFoundPage