import { Link } from "react-router"; import { LoginForm } from "wasp/client/auth"; import { AuthLayout } from "../AuthLayout"; export function LoginPage() { return (
Don't have an account yet?{" "} Go to signup .
Forgot your password?{" "} Reset it .
); }