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