import { SimpleHeader, SimpleFooter } from 'components/GenericError' import Head from 'next/head' import { CommentDiscussionIcon } from '@primer/octicons-react' import { Lead } from 'components/ui/Lead' const Custom404 = () => { return (
404 - Page not found

Ooops!

It looks like this page doesn't exist.

We track these errors automatically, but if the problem persists please feel free to contact us.

Contact support
) } export default Custom404