import { Link } from "react-router"; import { ResetPasswordForm } from "wasp/client/auth"; import { AuthLayout } from "../AuthLayout"; export function PasswordResetPage() { return (
If everything is okay,{" "} go to login .
); }