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