From 8a6f09b564d5d2f02d0a2605f6b52070a910aaa3 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 25 Apr 2022 12:57:12 +0200 Subject: chore: add a PageLayout component --- src/components/organisms/layout/comment.stories.tsx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/components/organisms/layout/comment.stories.tsx') diff --git a/src/components/organisms/layout/comment.stories.tsx b/src/components/organisms/layout/comment.stories.tsx index b14621b..3794b06 100644 --- a/src/components/organisms/layout/comment.stories.tsx +++ b/src/components/organisms/layout/comment.stories.tsx @@ -51,16 +51,6 @@ export default { required: true, }, }, - postId: { - control: { - type: 'number', - }, - description: 'The post id.', - type: { - name: 'number', - required: true, - }, - }, publication: { description: 'The publication date.', type: { -- cgit v1.2.3