From f699802b837d7d9fcf150ff2bf00cd3c5475c87a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 9 Nov 2023 17:18:46 +0100 Subject: refactor(components): rewrite CommentsList component * use ApprovedCommentProps to make CommentData type * add the author name of the parent on reply form heading * add tests --- src/components/organisms/comments-list/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/components/organisms/comments-list/index.ts (limited to 'src/components/organisms/comments-list/index.ts') diff --git a/src/components/organisms/comments-list/index.ts b/src/components/organisms/comments-list/index.ts new file mode 100644 index 0000000..5d7fb9f --- /dev/null +++ b/src/components/organisms/comments-list/index.ts @@ -0,0 +1 @@ +export * from './comments-list'; -- cgit v1.2.3