import { cn } from '@/lib/utils' import { formatVersion } from '@/lib/version' interface LogoAreaProps { sidebarOpen: boolean } export function LogoArea({ sidebarOpen }: LogoAreaProps) { return (