Skip to content

Commit

Permalink
remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 12, 2024
1 parent ad55c6e commit 132b579
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions app/src/atoms/Chip/Chip.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,4 @@ export const ChipComponent = Template.bind({})
ChipComponent.args = {
type: 'basic',
text: 'Chip component',
}

// export const Error = Template.bind({})
// Error.args = {
// type: 'error',
// text: 'Not connected',
// }

// export const Success = Template.bind({})
// Success.args = {
// type: 'success',
// text: 'Connected',
// }

// export const Warning = Template.bind({})
// Warning.args = {
// type: 'warning',
// text: 'Missing 1 module',
// }

// export const Neutral = Template.bind({})
// Neutral.args = {
// type: 'neutral',
// text: 'Not connected',
// }
}

0 comments on commit 132b579

Please sign in to comment.