feat: add Banner component

This commit is contained in:
Stefan Imhoff
2023-04-23 15:31:11 +02:00
parent a7b7ff8a5e
commit 8cfbffe581
3 changed files with 36 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
export * from './AffiliateLink';
export * from './AmazonBook';
export * from './Banner';
export * from './Book';
export * from './ColorSwatch';
export * from './Divider';