"use client"; import { useRouter } from "next/navigation"; import { AuthForm } from "@/features/auth/AuthForm"; import { authStrings } from "@/features/auth/strings"; // Ports ios/Mercury/Features/Auth/ForgotPasswordView.swift: back chevron, // MERCURY wordmark, explanatory subtitle (rendered by AuthForm), the email // field, and the "Сэргээх холбоос авах" CTA. export default function ForgotPasswordPage() { const router = useRouter(); return ( <>