Skip to content

Commit

Permalink
Remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewilson committed Nov 6, 2023
1 parent d223a79 commit deaebde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/next/app-router/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function SubmitButton() {

export default function Page() {
const [state, formAction] = useFormState(loginAction, {});
const { pending } = useFormStatus();

return (
<>
Expand Down

0 comments on commit deaebde

Please sign in to comment.