index.js
371 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';
export default [
Comment,
CommentItem,
CommentEmpty,
CommentPlaceholder,
CommentPlaceholderActionSheet
];