feat: add AffiliateLink component

This commit is contained in:
Stefan Imhoff
2023-04-23 15:30:49 +02:00
parent 44453bdbca
commit a7b7ff8a5e
3 changed files with 30 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
export * from './AffiliateLink';
export * from './AmazonBook';
export * from './Book';
export * from './ColorSwatch';