From 29c0293929bf222e6b6f9552dd7bee8af8c2bf2c Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 22 Aug 2026 23:08:27 +0000 Subject: [PATCH] Terminal --- src/components/ui/pagination.tsx | 98 -------------------------------- 1 file changed, 98 deletions(-) delete mode 100644 src/components/ui/pagination.tsx diff --git a/src/components/ui/pagination.tsx b/src/components/ui/pagination.tsx deleted file mode 100644 index f8cd41f..0000000 --- a/src/components/ui/pagination.tsx +++ /dev/null @@ -1,98 +0,0 @@ -import * as React from "react"; -import { ChevronLeft, ChevronRight, MoreHorizontal } from "lucide-react"; - -import { cn } from "@/lib/utils"; -import { ButtonProps, buttonVariants } from "@/components/ui/button"; - -const Pagination = ({ className, ...props }: React.ComponentProps<"nav">) => ( -