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,4 +1,6 @@
import {
AmazonBook,
Book,
Divider,
Headline,
Image,
@@ -15,6 +17,8 @@ import {
export const mapping = {
a: TextLink,
AmazonBook,
Book,
h1: Title,
h2: Headline,
h3: Subheadline,