Use commentContent slot in Featured Comments

This commit is contained in:
Chi Vinh Le
2017-09-26 22:31:54 +07:00
parent ea06b334f6
commit 0f382bd742
6 changed files with 19 additions and 13 deletions
@@ -4,3 +4,4 @@ export {default as IfSlotIsEmpty} from 'coral-framework/components/IfSlotIsEmpty
export {default as IfSlotIsNotEmpty} from 'coral-framework/components/IfSlotIsNotEmpty';
export {default as CommentAuthorName} from 'coral-framework/components/CommentAuthorName';
export {default as CommentTimestamp} from 'coral-framework/components/CommentTimestamp';
export {default as CommentContent} from 'coral-framework/components/CommentContent';