chore: sort imports

This commit is contained in:
Stefan Imhoff
2023-04-23 15:36:04 +02:00
parent f62210a3ac
commit d706fd78c4

View File

@@ -27,11 +27,11 @@ export const mapping = {
a: TextLink,
AffiliateLink,
AmazonBook,
Book,
Banner,
Book,
ColorSwatch,
h1: Title,
Flag,
h1: Title,
h2: Headline,
h3: Subheadline,
h4: Subsubheadline,
@@ -40,12 +40,12 @@ export const mapping = {
hr: Divider,
img: Image,
li: ListItem,
ol: OrderedList,
NetflixFlag,
OdyseeVideo,
ol: OrderedList,
p: Text,
ul: UnorderedList,
PrimeVideoFlag,
ul: UnorderedList,
Verse,
YouTubeVideo,
};