MCPcopy Create free account
hub / github.com/PageAI-Pro/page-ui / CodebaseFilelistNav

Function CodebaseFilelistNav

components/blog/CodebaseFilelistNav.tsx:4–6  ·  view source on GitHub ↗
({ className }: { className?: string })

Source from the content-addressed store, hash-verified

2import { cn } from '@/lib/utils';
3
4export const CodebaseFilelistNav = ({ className }: { className?: string }) => {
5 return <></>;
6};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected