From 2d557cc690364867f3ce8ab0dc443365d2f40ff0 Mon Sep 17 00:00:00 2001 From: Sebastian-ubs <141921979+Sebastian-ubs@users.noreply.github.com> Date: Thu, 7 Sep 2023 18:09:01 +0200 Subject: [PATCH] dummy change to component --- src/stories/button.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stories/button.stories.tsx b/src/stories/button.stories.tsx index c46bc5266d..4921a9e9cc 100644 --- a/src/stories/button.stories.tsx +++ b/src/stories/button.stories.tsx @@ -1,7 +1,7 @@ import type { Meta, StoryObj } from '@storybook/react'; import { Button } from 'papi-components'; -// test2 +// test3 const meta: Meta = { title: 'Basics/Button',