remove extra export
This commit is contained in:
parent
193e5b59d2
commit
fb883a6304
|
@ -279,7 +279,7 @@ const useUploadMutation = (editor: Editor | null) =>
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
export function RichContent(props: { content: JSONContent | string }) {
|
function RichContent(props: { content: JSONContent | string }) {
|
||||||
const { content } = props
|
const { content } = props
|
||||||
const editor = useEditor({
|
const editor = useEditor({
|
||||||
editorProps: { attributes: { class: proseClass } },
|
editorProps: { attributes: { class: proseClass } },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user