index.js 434 Bytes
import Comment from './comment';
import CommentItem from './comment-item';
import CommentEmpty from './comment-empty';
import CommentPlaceholder from './comment-placeholder';
import CommentPlaceholderActionSheet from './comment-placeholder-actionsheet';
import CommentHeader from './comment-header';

export default [
  Comment,
  CommentItem,
  CommentEmpty,
  CommentPlaceholder,
  CommentPlaceholderActionSheet,
  CommentHeader
];