Skip to content

Commit

Permalink
fix: add component
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Nov 2, 2024
1 parent c3dd2aa commit ad96389
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions apps/docs/src/stories/Icons.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import * as Icons from '@sopt-makers/icons';

export default {
title: 'icons/Icons',
};

export const Default = {
argTypes: {
color: { control: 'color' },
Expand Down Expand Up @@ -624,3 +620,8 @@ export const Default = {
);
},
};

export default {
title: 'icons/Icons',
component: Default,
};

0 comments on commit ad96389

Please sign in to comment.