mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: add Divider component
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user