"use client"; import { AuthForm } from "@/features/auth/AuthForm"; import { AuthHeader } from "@/features/auth/AuthHeader"; // 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() { return ( <>
); }