Skip to content

Commit

Permalink
chore: remove argTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
doprz authored May 23, 2024
1 parent b92897c commit 22e5b5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/stories/components/LogoIcon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ export default meta;
type Story = StoryObj<typeof meta>;

export const Small: Story = {
args: {
className: '',
},
};

export const Large: Story = {
Expand Down

0 comments on commit 22e5b5b

Please sign in to comment.