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