update
This commit is contained in:
@@ -5,7 +5,7 @@ type PaginationProps = {
|
||||
};
|
||||
|
||||
const Pagination: React.FC<PaginationProps> = ({
|
||||
currentPage,
|
||||
currentPage,
|
||||
totalPages,
|
||||
onPageChange,
|
||||
}) => {
|
||||
|
||||
Reference in New Issue
Block a user