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