import * as React from 'react' import { Slot } from '@radix-ui/react-slot' import { ChevronRight, MoreHorizontal } from 'lucide-react' import { cn } from '~/lib/utils' const Breadcrumb = ({ ref, ...props }: React.ComponentPropsWithoutRef<'nav'> & { separator?: React.ComponentType<{ className?: string }> } & { ref?: React.RefObject }) => (