import { Slot } from '@radix-ui/react-slot'; import * as React from 'react'; import { cn } from '@/lib/utils'; import { ChevronRight, Dots } from '../icons'; const Breadcrumb = React.forwardRef< HTMLElement, React.ComponentPropsWithoutRef<'nav'> & { separator?: React.ReactNode; } >(({ ...props }, ref) => (