import { signIn } from "~/auth" export default function Sign_In_Apple() { return (
{ "use server" await signIn("apple") }} >
) }