import type * as React from "react" import { cn } from "@/lib/utils" /** Visible label for primary / secondary sidebar rows — MUST NOT truncate. */ export function SidebarNavLabel({ className, ...props }: React.ComponentProps<"span">) { return ( ) }