index.js 80 B

1234
  1. "use client";
  2. import Pagination from './Pagination';
  3. export default Pagination;