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