import {signOut} from '@/auth' export function SignOutButton() { return (
{ 'use server' await signOut() }} >
) }