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