feat: add Email link component

This commit is contained in:
Stefan Imhoff
2023-04-24 15:14:30 +02:00
parent d6674f7504
commit 7de48dacb6
4 changed files with 52 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
// @ts-nocheck
import DownloadLink from './DownloadLink.astro';
import EmailLink from './EmailLink.astro';
import MoreLink from './MoreLink.astro';
export * from './AffiliateLink';
@@ -26,4 +27,4 @@ export * from './Title';
export * from './UnorderedList';
export * from './Verse';
export * from './YouTubeVideo';
export { DownloadLink, MoreLink };
export { DownloadLink, EmailLink, MoreLink };