({ className }: { className?: string })
| 2 | import { cn } from '@/lib/utils'; |
| 3 | |
| 4 | export const CodebaseFilelistNav = ({ className }: { className?: string }) => { |
| 5 | return <></>; |
| 6 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected