import Link from 'next/link'; import { ForgotPasswordForm } from '~/components/forms/forgot-password'; export default function ForgotPasswordPage() { return (

Forgotten your password?

No worries, it happens! Enter your email and we'll email you a special link to reset your password.

Remembered your password?{' '} Sign In

); }