From 60522051c5f554b7bc57ec55ecf985a1b4a68fa6 Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Fri, 17 Feb 2017 16:44:54 +0200 Subject: [PATCH] comments provider --- app/components/SimpleEditor/Editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/SimpleEditor/Editor.js b/app/components/SimpleEditor/Editor.js index 266f679..2618b44 100644 --- a/app/components/SimpleEditor/Editor.js +++ b/app/components/SimpleEditor/Editor.js @@ -5,8 +5,8 @@ import { TOCProvider } from 'substance' -// import Comments from './panes/Comments/CommentBoxList' -// import CommentsProvider from './panes/Comments/CommentsProvider' +import Comments from './panes/Comments/CommentBoxList' +import CommentsProvider from './panes/Comments/CommentsProvider' import ContainerEditor from './ContainerEditor' import Notes from './panes/Notes/Notes' import NotesProvider from './panes/Notes/NotesProvider' -- GitLab