diff --git a/docs/applying-storybook.md b/docs/applying-storybook.md index 7c6b9af5a56..49b3ea8c348 100644 --- a/docs/applying-storybook.md +++ b/docs/applying-storybook.md @@ -40,7 +40,7 @@ The initial structure of each story file will look something like this (in types ```tsx import ComponentA from "." -const meta { +const meta = { title: "ComponentA", component: ComponentA } satisfies Meta @@ -71,7 +71,7 @@ import Button from "." type ButtonType = typeof Button -const meta { +const meta = { title: "Atoms / Form / Button", component: Button } satisfies Meta