import { IconChevronLeft, IconChevronRight, IconDots, } from "@tabler/icons-react"; import type * as React from "react"; import { Button } from "@/components/ui/button"; import { cn } from "@/lib/utils"; function Pagination({ className, ...props }: React.ComponentProps<"nav">) { return (