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/posts-list.stories.tsx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/components/organisms/layout/posts-list.stories.tsx') diff --git a/src/components/organisms/layout/posts-list.stories.tsx b/src/components/organisms/layout/posts-list.stories.tsx index 783d333..f80e1ca 100644 --- a/src/components/organisms/layout/posts-list.stories.tsx +++ b/src/components/organisms/layout/posts-list.stories.tsx @@ -171,6 +171,13 @@ ByYears.args = { posts, byYear: true, }; +ByYears.decorators = [ + (Story) => ( +
+ +
+ ), +]; /** * PostsList Stories - No results -- cgit v1.2.3