| 43 | } |
| 44 | |
| 45 | interface SubmenuItem { |
| 46 | name: string; |
| 47 | href: string; |
| 48 | icon: LucideIcon | string; |
| 49 | isLucide: boolean; |
| 50 | ariaLabel?: string; |
| 51 | } |
| 52 | |
| 53 | interface SidebarProps { |
| 54 | isCollapsed: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected