feat(web): add knowledge entry editor page (KNOW-006)
This commit is contained in:
@@ -10,7 +10,7 @@ interface EntryEditorProps {
|
||||
/**
|
||||
* EntryEditor - Markdown editor with live preview
|
||||
*/
|
||||
export function EntryEditor({ content, onChange }: EntryEditorProps): JSX.Element {
|
||||
export function EntryEditor({ content, onChange }: EntryEditorProps) {
|
||||
const [showPreview, setShowPreview] = useState(false);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user