function Custom404Page(props: PageProps): JSX.Element {
  const { t } = useTranslation();

  usePage('404');