Skip to content

Commit

Permalink
fix: login input import
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimduncan committed Feb 20, 2024
1 parent a3aea02 commit a0edfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(auth)/login/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import {
CardTitle,
} from "~/components/ui/card";
import { PasswordInput } from "~/components/password-input";
import { githubLogoIcon } from "~/components/icons";
import { APP_TITLE } from "~/lib/constants";
import { login } from "~/lib/auth/actions";
import { Label } from "~/components/ui/label";
import { SubmitButton } from "~/components/submit-button";
import { Input } from "@/components/ui/input";

export function Login() {
const [state, formAction] = useFormState(login, null);
Expand Down

0 comments on commit a0edfba

Please sign in to comment.