diff --git a/editors/demo/src/Editors.js b/editors/demo/src/Editors.js index 78a82dca42828507ad8168cf3eb705360720ee0d..0e36a5c07cdfbce6f7c2095a8b1470e6f4c781f5 100644 --- a/editors/demo/src/Editors.js +++ b/editors/demo/src/Editors.js @@ -90,7 +90,7 @@ const Editors = () => { case 'oen': return <OEN />; default: - return <Editoria />; + return <HHMI />; } };