From 546a7a1d5856d07cb761b94079a9255f2d817d70 Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Thu, 25 Jul 2024 15:14:16 +0300
Subject: [PATCH] revert starting project

---
 editors/demo/config-overrides.js | 36 ++++++++++++++++----------------
 editors/demo/src/Editors.js      |  2 +-
 2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/editors/demo/config-overrides.js b/editors/demo/config-overrides.js
index b3a9bbcd2..bd35c480b 100644
--- a/editors/demo/config-overrides.js
+++ b/editors/demo/config-overrides.js
@@ -6,24 +6,24 @@ module.exports = function override(config, env) {
   };
 
   if (process.env.NODE_ENV !== 'production') {
-    // config.resolve.alias = {
-    //   'wax-prosemirror-core': path.resolve(
-    //     __dirname,
-    //     '../../wax-prosemirror-core/index',
-    //   ),
-    //   'wax-prosemirror-services': path.resolve(
-    //     __dirname,
-    //     '../../wax-prosemirror-services/index',
-    //   ),
-    //   'wax-questions-service': path.resolve(
-    //     __dirname,
-    //     '../../wax-questions-service/index',
-    //   ),
-    //   'wax-table-service': path.resolve(
-    //     __dirname,
-    //     '../../wax-table-service/index',
-    //   ),
-    // };
+    config.resolve.alias = {
+      'wax-prosemirror-core': path.resolve(
+        __dirname,
+        '../../wax-prosemirror-core/index',
+      ),
+      'wax-prosemirror-services': path.resolve(
+        __dirname,
+        '../../wax-prosemirror-services/index',
+      ),
+      'wax-questions-service': path.resolve(
+        __dirname,
+        '../../wax-questions-service/index',
+      ),
+      'wax-table-service': path.resolve(
+        __dirname,
+        '../../wax-table-service/index',
+      ),
+    };
   }
 
   config.module = {
diff --git a/editors/demo/src/Editors.js b/editors/demo/src/Editors.js
index 02c1e2bd0..9227cb24d 100644
--- a/editors/demo/src/Editors.js
+++ b/editors/demo/src/Editors.js
@@ -91,7 +91,7 @@ const Editors = () => {
       case 'oen':
         return <OEN />;
       default:
-        return <Editoria />;
+        return <HHMI />;
     }
   };
 
-- 
GitLab