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