aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments/index.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-06-08 17:17:11 -0400
committerIvan Chen <ivan@tagg.id>2021-06-08 17:17:11 -0400
commit6070fae504921259a24af78952af36d3c9643022 (patch)
treeb59387c1fb0ca2649327b2fc49bba11a85410a33 /src/components/comments/index.ts
parent6837eac533bdf39013bde22ab8df2eb687a06a2e (diff)
Remove CommentCount, Add new comments component
Diffstat (limited to 'src/components/comments/index.ts')
-rw-r--r--src/components/comments/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/comments/index.ts b/src/components/comments/index.ts
index 6293f799..ebd93844 100644
--- a/src/components/comments/index.ts
+++ b/src/components/comments/index.ts
@@ -1,3 +1,2 @@
-export {default as CommentsCount} from '../comments/CommentsCount';
export {default as CommentTile} from './CommentTile';
export {default as AddComment} from './AddComment';