| 5 | import Icon from "./icon" |
| 6 | |
| 7 | interface NavLinkProps { |
| 8 | label: string |
| 9 | value: string |
| 10 | icon?: string |
| 11 | trackLabel: TrackLabel |
| 12 | className?: string |
| 13 | } |
| 14 | |
| 15 | export function NavLink({ |
| 16 | label, |
nothing calls this directly
no outgoing calls
no test coverage detected