This commit is contained in:
Koen Vlaswinkel 2024-09-09 11:15:34 +02:00
Родитель 345bc128e8
Коммит a3363209e1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>