Skip to content

Commit 6ae23f5

Browse files
authored
Merge pull request #68 from oasisprotocol/mz/paginationFix
Add missing export to Pagination component
2 parents b764085 + 6cbdd31 commit 6ae23f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pagination/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,5 +443,5 @@ function PaginationNext({ className, linkComponent, ...props }: React.ComponentP
443443
</PaginationLink>
444444
)
445445
}
446-
export { Pagination }
446+
export { Pagination, PaginationLink, PaginationNext, PaginationPrevious }
447447
export type { PaginationItemProps }

0 commit comments

Comments
 (0)