fix: remove args from new story
This commit is contained in:
parent
05eaccaad1
commit
0b6b72d1cb
|
@ -15,7 +15,5 @@ export default meta
|
|||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Default: Story = {
|
||||
args: {
|
||||
children: 'Default',
|
||||
},
|
||||
args: {},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue