import { cn } from '@/lib/utils' export function Titlebar({ children, className }: { children?: React.ReactNode className?: string }) { return (