import * as React from "react" import Seo from "../components/seo" const NotFoundPage = () => ( <>

404: Not Found

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

) export const Head = () => export default NotFoundPage