"use client"; import { signIn } from "next-auth/react"; export const LoginButton = () => { return ( ); };