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