diff options
Diffstat (limited to 'src/components/molecules/buttons/help-button.stories.tsx')
| -rw-r--r-- | src/components/molecules/buttons/help-button.stories.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/buttons/help-button.stories.tsx b/src/components/molecules/buttons/help-button.stories.tsx index 4968b27..176888c 100644 --- a/src/components/molecules/buttons/help-button.stories.tsx +++ b/src/components/molecules/buttons/help-button.stories.tsx @@ -1,5 +1,5 @@ import { ComponentMeta, ComponentStory } from '@storybook/react'; -import HelpButtonComponent from './help-button'; +import { HelpButton as HelpButtonComponent } from './help-button'; /** * HelpButton - Storybook Meta |
