import { cn } from '@/lib/utils'; export function Logo({ className }: { className?: string }) { return ( ); }