import React from 'react' import SEO from 'src/components/seo' const NotFoundPage = () => (

NOT FOUND

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

) export default NotFoundPage