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