import React, { Fragment } from "react" import { SEO } from "../components/SEO" function NotFoundPage() { return (

NOT FOUND

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

) } export default NotFoundPage