'use client' import { signOut } from '~/auth/actions' export function SignOutButton() { return ( ) }