Skip to content

Commit

Permalink
deleted the unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriaMaltseva committed Dec 16, 2024
1 parent 90dcd81 commit cbc926b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions assets/js/src/core/components/checkbox/checkbox.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import { Checkbox } from './checkbox'

const config: Meta = {
title: 'Components/Controls/Checkbox',
component: Checkbox,
tags: ['autodocs']
component: Checkbox
}

export default config
Expand Down
3 changes: 1 addition & 2 deletions assets/js/src/core/components/divider/divider.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import { Divider } from './divider'

const config: Meta = {
title: 'Components/Layout/Spacing/Divider',
component: Divider,
tags: ['autodocs']
component: Divider
}

export default config
Expand Down
3 changes: 1 addition & 2 deletions assets/js/src/core/components/menu/menu.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ const config: Meta = {
},
args: {
...MOCK_DEFAULT_DATA
},
tags: ['autodocs']
}
}

export default config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ const config: Meta = {
<Button>Click on me!</Button>
),
title: 'This is a Popconfirm'
},
tags: ['autodocs']
}
}

export default config
Expand Down
3 changes: 1 addition & 2 deletions assets/js/src/core/components/progress/progress.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ const config: Meta = {
component: Progress,
args: {
percent: 30
},
tags: ['autodocs']
}
}

export default config
Expand Down
3 changes: 1 addition & 2 deletions assets/js/src/core/components/tooltip/tooltip.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ const config: Meta = {
args: {
children: 'Hover me!',
title: 'This is a tooltip'
},
tags: ['autodocs']
}
}

export default config
Expand Down

0 comments on commit cbc926b

Please sign in to comment.