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 {