"use client"; import { signIn } from "@auth/nextjs/client"; export function Login() { return ( ); }