diff options
Diffstat (limited to 'src/components/atoms/icons/hamburger.stories.tsx')
| -rw-r--r-- | src/components/atoms/icons/hamburger.stories.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/icons/hamburger.stories.tsx b/src/components/atoms/icons/hamburger.stories.tsx index 0a8a8cc..b2416c6 100644 --- a/src/components/atoms/icons/hamburger.stories.tsx +++ b/src/components/atoms/icons/hamburger.stories.tsx @@ -1,5 +1,5 @@ import { ComponentMeta, ComponentStory } from '@storybook/react'; -import HamburgerIcon from './hamburger'; +import { Hamburger as HamburgerIcon } from './hamburger'; /** * Hamburger icon - Storybook Meta |
