diff options
Diffstat (limited to 'src/components/organisms/layout/posts-list.fixture.tsx')
| -rw-r--r-- | src/components/organisms/layout/posts-list.fixture.tsx | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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 = '#'; | 
