import { signOut } from "~/auth" export default function Sign_Out() { return (
{ "use server" await signOut() }} >
) }