"use client"; import { LogOut } from "lucide-react"; export function SignOutButton({ action }: { action: () => Promise }) { return (
); }