This commit is contained in:
2025-09-08 18:30:34 +00:00
parent c116a85ead
commit a93493fb62
15 changed files with 134 additions and 182 deletions

View File

@@ -3,6 +3,7 @@
import { signIn } from "next-auth/react"
export default function SignIn() {
return <button onClick={() => signIn("google")}>
return
<button onClick={() => signIn("google")}>
</button>
}