diff options
Diffstat (limited to 'src/components/molecules/buttons/heading-button.stories.tsx')
| -rw-r--r-- | src/components/molecules/buttons/heading-button.stories.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/molecules/buttons/heading-button.stories.tsx b/src/components/molecules/buttons/heading-button.stories.tsx index d1b5ed4..9beda2b 100644 --- a/src/components/molecules/buttons/heading-button.stories.tsx +++ b/src/components/molecules/buttons/heading-button.stories.tsx @@ -1,6 +1,6 @@ import { ComponentMeta, ComponentStory } from '@storybook/react'; import { useState } from 'react'; -import HeadingButtonComponent from './heading-button'; +import { HeadingButton as HeadingButtonComponent } from './heading-button'; /** * HeadingButton - Storybook Meta |
