feat: add Book and AmazonBook components

This commit is contained in:
Stefan Imhoff
2023-04-17 17:59:06 +02:00
parent 8e871e10ed
commit f2d809dd3b
6 changed files with 67 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
export * from './AmazonBook';
export * from './Book';
export * from './Divider';
export * from './Headline';
export * from './Image';