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