'use client' import { logout } from '@/app/actions' import { Button } from '@/components/ui/button' import { LogOut } from 'lucide-react' export function LogoutButton() { return ( ) }