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