import React from 'react'; import { Head, Link } from '@inertiajs/react'; import { KeyRound } from 'lucide-react'; export default function ForgotPassword() { return (

Forgot Password

Enter your registration email address and we'll send you a password reset link.

Return to Sign in
); }