We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28685d commit d33e216Copy full SHA for d33e216
src/ui/components/Pagination/Pagination.jsx
@@ -1,5 +1,5 @@
1
import React from 'react';
2
-
+import './Pagination.css';
3
4
export default function Pagination({ currentPage, totalItems = 0, itemsPerPage, onPageChange }) {
5
// Calculate the total number of pages
0 commit comments