feat: add Bookshelf component

This commit is contained in:
Stefan Imhoff
2023-06-01 16:26:02 +02:00
parent 89bead4db3
commit d876e5f640
2 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ export * from './AmazonBook';
export * from './Banner';
export * from './Blockquote';
export * from './Book';
export * from './Bookshelf';
export * from './ColorStack';
export * from './ColorSwatch';
export * from './DisplayBox';