A reusable component for pagination
import Component from "@/components/ui/pagination"; export default function DemoOne() { return <Component />; }