import React from "react"; import "twin.macro"; import { Link } from "../components/Link"; import { SEO } from "../components/SEO"; const NotFoundPage: React.FC = () => ( <>

Page not found

Maybe you were looking for one of the following

); export default NotFoundPage;