import { ChevronLeft, ChevronRight, MoreHorizontal } from 'lucide-react'; import * as React from 'react'; import { buttonVariants, type ButtonProps } from '@/components/ui/button'; import { cn } from '@/lib/utils'; const Pagination = ( { className, ...props }: React.ComponentProps<'nav'> ) => (