import Layout from "../components/layout"; function NotFoundPage() { return (

Error 404: Not Found

Uh oh! The page you are looking for does not exist...
[Wikipedia] Learn more about HTTP status codes.

); } export default NotFoundPage;