import { cn } from '../lib/utils' export function SourceNumberButton({ index, className, }: { index: number className?: string }) { return ( {index + 1} ) }