import { Card } from '@/components/ui/card' import { ForgotForm } from './components/forgot-form' import { Link } from 'react-router-dom' export default function ForgotPassword() { return ( <>
Enter your registered email and
we will send you a link
to reset your password.
Don't have an account?{' '} Sign up .