feat: add Pagination component

This commit is contained in:
Stefan Imhoff
2023-04-26 18:30:13 +02:00
parent 97f4d8adb4
commit a32217ad9d
2 changed files with 80 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
import DownloadLink from './DownloadLink.astro';
import EmailLink from './EmailLink.astro';
import MoreLink from './MoreLink.astro';
import Pagination from './Pagination.astro';
export * from './AffiliateLink';
export * from './AmazonBook';
@@ -27,4 +28,4 @@ export * from './Title';
export * from './UnorderedList';
export * from './Verse';
export * from './YouTubeVideo';
export { DownloadLink, EmailLink, MoreLink };
export { DownloadLink, EmailLink, MoreLink, Pagination };