Skip to content

Commit

Permalink
chore: remove redundant story code (#2520)
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikbacker authored Sep 26, 2024
1 parent 88634e2 commit 96e656f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/components/Chip/Chip.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Meta, StoryFn, StoryObj } from '@storybook/react';
import type { Meta, StoryFn } from '@storybook/react';

import { Chip } from '.';

Expand Down
3 changes: 0 additions & 3 deletions packages/react/src/components/Divider/Divider.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ export const Preview: Story = (args) => (
</Paragraph>
</>
);
Preview.args = {
color: 'default',
};

0 comments on commit 96e656f

Please sign in to comment.