From 5c246cacc8c306096a0df769eabe525ea47da23d Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Fri, 16 Feb 2024 18:34:25 +0200
Subject: [PATCH] start hhmi

---
 editors/demo/src/Editors.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editors/demo/src/Editors.js b/editors/demo/src/Editors.js
index 78a82dca4..0e36a5c07 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 />;
     }
   };
 
-- 
GitLab