feat: add Blockquote component

This commit is contained in:
Stefan Imhoff
2023-06-01 11:56:31 +02:00
parent 676be24b30
commit 89bead4db3
4 changed files with 83 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
export * from './AffiliateLink';
export * from './AmazonBook';
export * from './Banner';
export * from './Blockquote';
export * from './Book';
export * from './ColorStack';
export * from './ColorSwatch';