From 1e982fb02a9967e0efdc76c93a44798a9f2dcb43 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 24 May 2022 16:44:29 +0200 Subject: chore: add a search form when posts list prints no results --- src/components/organisms/layout/posts-list.fixture.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/organisms/layout/posts-list.fixture.tsx') diff --git a/src/components/organisms/layout/posts-list.fixture.tsx b/src/components/organisms/layout/posts-list.fixture.tsx index e3f2378..97a746f 100644 --- a/src/components/organisms/layout/posts-list.fixture.tsx +++ b/src/components/organisms/layout/posts-list.fixture.tsx @@ -59,3 +59,5 @@ export const posts: Post[] = [ url: '#', }, ]; + +export const searchPage = '#'; -- cgit v1.2.3