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';

View File

@@ -10,6 +10,7 @@ import {
Banner,
Blockquote,
Book,
Bookshelf,
ColorStack,
ColorSwatch,
DisplayBox,
@@ -41,6 +42,7 @@ export const mapping = {
blockquote: Blockquote,
Blockquote,
Book,
Bookshelf,
ColorStack,
ColorSwatch,
DisplayBox,