import { cn } from "@ui/lib"; export function Logo({ withLabel = true, className, }: { className?: string; withLabel?: boolean; }) { return ( acme {withLabel && ( acme )} ); }