import FormInput from "@/utils/formInput"; import Button from "@/utils/button"; import {Props} from "@/constants/types" export default function ForgotPassword({ onBack }: Props) { return (

Reset your password

Enter your work email and we'll send a secure time-limited reset link.

{/* Your email input */} {/* Send reset button */}
); }