index.js 244 Bytes
import Comment from './comment';
import CommentItem from './comment-item';
import CommentEmpty from './comment-empty';
import CommentPlaceholder from './comment-placeholder';

export default [
  Comment,
  CommentEmpty,
  CommentPlaceholder
];