"use client"; import Link from "next/link"; import { useTranslation } from "@/lib/i18n"; export default function ForgotPasswordPage() { const { t } = useTranslation(); return (
{t("forgotPassword.description")}