Skip to content

Instantly share code, notes, and snippets.

@bnymn
Created October 10, 2021 17:07
Show Gist options
  • Save bnymn/bf632a1c6423be55c3438f701c06f58d to your computer and use it in GitHub Desktop.
Save bnymn/bf632a1c6423be55c3438f701c06f58d to your computer and use it in GitHub Desktop.
Empty LoginForm component
export default function LoginForm() {
return (
<>
</>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment