refactoring

This commit is contained in:
Philipp Kühn
2021-12-16 14:06:35 +01:00
parent 2436e2c8fe
commit 38109831c6
15 changed files with 208 additions and 246 deletions

View File

@@ -30,9 +30,5 @@ export default () => {
`,
})
if (!editor) {
return null
}
return <EditorContent editor={editor} />
}