diff --git a/src/components/br-search/br-search.qa.stories.tsx b/src/components/br-search/br-search.qa.stories.tsx index d5dfae6..44342c8 100644 --- a/src/components/br-search/br-search.qa.stories.tsx +++ b/src/components/br-search/br-search.qa.stories.tsx @@ -7,9 +7,12 @@ const meta: Meta = { title: 'BrSearch/QA', decorators: [ (Story) => ( -
- -
+ <> +

Hello world

+
+ +
+ ), ], };