import React from "react" import Layout from "../components/Layout" import SEO from "../components/SEO" const NotFoundPage = () => (

NOT FOUND

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

) export default NotFoundPage