From f91ccdabc8589f4f8f84a37174487e75522502ae Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Fri, 18 Mar 2022 12:43:37 +0200 Subject: [PATCH] start editoria --- 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 1e839e3d3..166168897 100644 --- a/editors/demo/src/Editors.js +++ b/editors/demo/src/Editors.js @@ -70,7 +70,7 @@ const Editors = () => { case 'ncbi': return <NCBI />; default: - return <HHMI />; + return <Editoria />; } }; -- GitLab