import Head from 'next/head'; import { JSX } from 'react'; /** * Rendered in case if we have 404 error */ const NotFound = (): JSX.Element => ( <>
This page does not exist.