import React from 'react'; import Helmet from 'react-helmet'; import Layout from '../components/Layout'; const NotFoundPage = () => ( 404 Page not found | freeCodeCamp.org

NOT FOUND

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

); export default NotFoundPage;