From 37a11d45615f1b6366be078d21437baaab0d252e Mon Sep 17 00:00:00 2001 From: Reuben Ellis Date: Mon, 26 Feb 2024 16:48:56 -0700 Subject: [PATCH] add comment to story --- src/stories/Button.stories.tsx | 1 + 1 file changed, 1 insertion(+) 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',