```typescript "use client" import { signIn } from "next-auth/react" export function SignInButton() { return ( ) } ```