aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments/index.ts
blob: 653f594cec1f6f689ab2d8daa891b87ca7957cb2 (plain)
1
2
3
4
export {default as CommentsCount} from '../comments/CommentsCount';
export {default as CommentTile} from './CommentTile';
export {default as AddComment} from './AddComment';
export {default as MentionInputControlled} from './MentionInputControlled';