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