'use client'; import { signIn } from 'next-auth/react'; export default function DiscordLoginButton() { return ( ); }