fix(lib): remove extra blank line in RichTextEditor

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Anton Tranelis 2026-01-12 18:48:50 +01:00
parent 77391dde19
commit acda71ee7b

View File

@ -29,7 +29,6 @@ interface RichTextEditorProps {
updateFormValue?: (value: string) => void
}
/**
* @category Input
*/