feat: add Divider component

This commit is contained in:
Stefan Imhoff
2023-04-06 10:45:29 +02:00
parent 08089f2324
commit bfeb8d3ea5
4 changed files with 21 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import {
Divider,
Headline,
ListItem,
OrderedList,
@@ -18,6 +19,7 @@ export const mapping = {
h4: Subsubheadline,
h5: Subsubheadline,
h6: Subsubheadline,
hr: Divider,
li: ListItem,
ol: OrderedList,
p: Text,