import { useTranslation } from "next-i18next"; export default function Error() { const { t } = useTranslation(); return