diff --git a/src/stories/Button.stories.tsx b/src/stories/Button.stories.tsx index 85dae52..359b565 100644 --- a/src/stories/Button.stories.tsx +++ b/src/stories/Button.stories.tsx @@ -36,6 +36,7 @@ export const Large: Story = { }, }; +// This story might not be needed. export const Small: Story = { args: { size: 'small',