diff options
Diffstat (limited to 'src/components/atoms/icons/career.stories.tsx')
| -rw-r--r-- | src/components/atoms/icons/career.stories.tsx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/components/atoms/icons/career.stories.tsx b/src/components/atoms/icons/career.stories.tsx index 8575cb9..7b11bb8 100644 --- a/src/components/atoms/icons/career.stories.tsx +++ b/src/components/atoms/icons/career.stories.tsx @@ -1,8 +1,11 @@ import { ComponentMeta, ComponentStory } from '@storybook/react'; import CareerIcon from './career'; +/** + * Career icon - Storybook Meta + */ export default { - title: 'Atoms/Icons', + title: 'Atoms/Illustrations/Icons', component: CareerIcon, argTypes: { className: { @@ -25,4 +28,7 @@ const Template: ComponentStory<typeof CareerIcon> = (args) => ( <CareerIcon {...args} /> ); +/** + * Icons Stories - Career + */ export const Career = Template.bind({}); |
