Blame view

apps/components/comments/index.js 259 Bytes
陈峰 authored
1
import Comment from './comment';
yyq authored
2
import CommentItem from './comment-item';
yyq authored
3
import CommentEmpty from './comment-empty';
陈峰 authored
4
import CommentPlaceholder from './comment-placeholder';
陈峰 authored
5 6

export default [
陈峰 authored
7
  Comment,
yyq authored
8
  CommentItem,
yyq authored
9
  CommentEmpty,
陈峰 authored
10
  CommentPlaceholder
陈峰 authored
11
];