import ActiveLink from '@/components/shared/ActiveLink';
import { cn } from '@/lib/utils';

export const CodebaseFilelistNav = ({ className }: { className?: string }) => {
  return <></>;
};
