This commit is contained in:
2026-04-18 18:02:21 +07:00
parent 9d35fd3653
commit 300b35190d
14 changed files with 439 additions and 107 deletions

View File

@@ -5,7 +5,7 @@ type PaginationProps = {
};
const Pagination: React.FC<PaginationProps> = ({
currentPage,
currentPage,
totalPages,
onPageChange,
}) => {