diff options
Diffstat (limited to 'src/components/atoms/layout/notice.stories.tsx')
| -rw-r--r-- | src/components/atoms/layout/notice.stories.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/atoms/layout/notice.stories.tsx b/src/components/atoms/layout/notice.stories.tsx index dedf834..57dddb3 100644 --- a/src/components/atoms/layout/notice.stories.tsx +++ b/src/components/atoms/layout/notice.stories.tsx @@ -1,5 +1,5 @@ import { ComponentMeta, ComponentStory } from '@storybook/react'; -import NoticeComponent from './notice'; +import { Notice as NoticeComponent } from './notice'; /** * Notice - Storybook Meta |
