Remove unused argument

This commit is contained in:
Koen Vlaswinkel
2024-09-09 11:15:34 +02:00
parent 345bc128e8
commit a3363209e1

View File

@@ -7,7 +7,7 @@ export default {
component: ResponsiveContainerComponent,
} as Meta<typeof ResponsiveContainerComponent>;
const Template: StoryFn<typeof ResponsiveContainerComponent> = (args) => (
const Template: StoryFn<typeof ResponsiveContainerComponent> = () => (
<ResponsiveContainerComponent>
<span>Hello</span>
</ResponsiveContainerComponent>