File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,10 +159,10 @@ Each story multi-method compiles to a ES module that Storybook.js can understand
159159#### Examples
160160| Dispatch Value | Output File |
161161|----------------|-------------|
162- | `" Component/Buttons/Primary" ` | `js-out/component/buttons/primary_story.js` |
163- | `" Component/Forms/Input/Text" ` | `js-out/component/forms/input/text_story.js` |
164- | `" Layout/Card/Basic" ` | `js-out/layout/card/basic_story.js` |
165- | `" Feedback/Alert/Types" ` | `js-out/feedback/alert/types_story.js` |
162+ | `" Component/Buttons/Primary" ` | `.storybook/ js-out/component/buttons/primary_story.js` |
163+ | `" Component/Forms/Input/Text" ` | `.storybook/ js-out/component/forms/input/text_story.js` |
164+ | `" Layout/Card/Basic" ` | `.storybook/ js-out/layout/card/basic_story.js` |
165+ | `" Feedback/Alert/Types" ` | `.storybook/ js-out/feedback/alert/types_story.js` |
166166
167167**Popular Organizational Approaches:**
168168
You can’t perform that action at this time.
0 commit comments