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