import React from 'react'; import { useTranslation } from 'react-i18next'; function NotFoundPage() { const { t } = useTranslation(); return (