mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: add Pagination component
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user