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