Implement AdminCommentContent for text and html

This commit is contained in:
Chi Vinh Le
2018-03-22 23:15:21 +01:00
parent a1a867ec55
commit 292e33c105
13 changed files with 321 additions and 63 deletions
@@ -20,6 +20,9 @@ export {
export {
default as CommentContent,
} from 'coral-framework/components/CommentContent';
export {
default as AdminCommentContent,
} from 'coral-framework/components/AdminCommentContent';
export {
default as ConfigureCard,
} from 'coral-framework/components/ConfigureCard';