feat: create Verse component

This commit is contained in:
Stefan Imhoff
2023-04-13 14:57:54 +02:00
parent e0e37c8343
commit 52504a070f
3 changed files with 37 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ import {
TextLink,
Title,
UnorderedList,
Verse,
} from './components';
export const mapping = {
@@ -26,4 +27,5 @@ export const mapping = {
ol: OrderedList,
p: Text,
ul: UnorderedList,
Verse,
};