import { Link } from '@tanstack/react-router' import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from '@/components/ui/card' import AuthLayout from '../auth-layout' import { ForgotPasswordForm } from './components/forgot-password-form' export default function ForgotPassword() { return ( Forgot Password Enter your registered email and
we will send you a link to reset your password.

Don't have an account?{' '} Sign up .

) }