import { logout } from "../_lib/actions/auth"; export default function LoginState() { return (
{ "use server"; await logout() }}>
) }