import { Card } from '@/components/ui/card' import { ForgotForm } from './components/forgot-form' import { Link } from 'react-router-dom' export default function ForgotPassword() { return ( <>

Admin Dashboard

Forgot Password

Enter your registered email and
we will send you a link to reset your password.

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

) }