fix: remove args from new story

This commit is contained in:
RadoslavDimchev 2023-09-13 11:24:45 +03:00
parent 05eaccaad1
commit 0b6b72d1cb
1 changed files with 1 additions and 3 deletions

View File

@ -15,7 +15,5 @@ export default meta
type Story = StoryObj<typeof meta>
export const Default: Story = {
args: {
children: 'Default',
},
args: {},
}