From 5b198a0a2a6be66c98c36580d6b35aa2d797160c Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 6 Mar 2024 10:00:18 +0100 Subject: [PATCH] Fix export --- plop-templates/hook/{{camelCase hookName}}.stories.tsx.hbs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plop-templates/hook/{{camelCase hookName}}.stories.tsx.hbs b/plop-templates/hook/{{camelCase hookName}}.stories.tsx.hbs index 9ba7548..c209a1f 100644 --- a/plop-templates/hook/{{camelCase hookName}}.stories.tsx.hbs +++ b/plop-templates/hook/{{camelCase hookName}}.stories.tsx.hbs @@ -6,6 +6,8 @@ const meta = { title: 'Hooks / {{camelCase hookName}}', } satisfies Meta; +export default meta; + type Story = StoryObj; function DemoComponent(): ReactElement {