diff --git a/src/common/ui/components/molecules/pagination.tsx b/src/common/ui/components/molecules/pagination.tsx index 59617f52..274790d2 100644 --- a/src/common/ui/components/molecules/pagination.tsx +++ b/src/common/ui/components/molecules/pagination.tsx @@ -5,7 +5,10 @@ import { ChevronLeft, ChevronRight, MoreHorizontal } from "lucide-react"; import { cn } from "../../utils"; import { ButtonProps, buttonVariants } from "../atoms/button"; -export const Pagination = ({ className, ...props }: React.ComponentProps<"nav">) => ( +export const Pagination = ({ + className, + ...props +}: React.ComponentProps<"nav">) => (