diff options
Diffstat (limited to 'src/components/atoms/buttons/button.stories.tsx')
| -rw-r--r-- | src/components/atoms/buttons/button.stories.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/buttons/button.stories.tsx b/src/components/atoms/buttons/button.stories.tsx index 6803706..ba09a0d 100644 --- a/src/components/atoms/buttons/button.stories.tsx +++ b/src/components/atoms/buttons/button.stories.tsx @@ -1,5 +1,5 @@ import { ComponentMeta, ComponentStory } from '@storybook/react'; -import Button from './button'; +import { Button } from './button'; /** * Button - Storybook Meta |
