Remove unused argument
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user