import { signIn } from "@/lib/auth" export default function SignIn() { return (
{ "use server" await signIn("discord") }} >
) }