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