index.js 244 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import Comment from './comment'; import CommentItem from './comment-item'; import CommentEmpty from './comment-empty'; import CommentPlaceholder from './comment-placeholder'; export default [ Comment, CommentEmpty, CommentPlaceholder ];