Skip to content

Commit

Permalink
Correct the file path for the Button story (#9325)
Browse files Browse the repository at this point in the history
Correct the file path for the Button story
  • Loading branch information
ndelangen committed Feb 4, 2020
2 parents 7393fc1 + 5db1f17 commit 82c0abf
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
Expand Up @@ -246,7 +246,7 @@ exports[`Storyshots Welcome MDX to Storybook 1`] = `
}
}
>
src/stories/index.js
src/stories/1-Button.stories.js
</code>
</InlineCode>
.)
Expand Down Expand Up @@ -450,7 +450,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
}
}
>
src/stories/index.js
src/stories/1-Button.stories.js
</code>
</InlineCode>
.)
Expand Down
Expand Up @@ -139,7 +139,7 @@ exports[`Storyshots Welcome MDX to Storybook 1`] = `
</InlineCode>
stories located at 
<InlineCode>
src/stories/index.js
src/stories/1-Button.stories.js
</InlineCode>
.)
</p>
Expand Down Expand Up @@ -213,7 +213,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
</InlineCode>
stories located at 
<InlineCode>
src/stories/index.js
src/stories/1-Button.stories.js
</InlineCode>
.)
</p>
Expand Down
Expand Up @@ -139,7 +139,7 @@ exports[`Storyshots Welcome MDX to Storybook 1`] = `
</InlineCode>
stories located at 
<InlineCode>
src/stories/index.js
src/stories/1-Button.stories.js
</InlineCode>
.)
</p>
Expand Down Expand Up @@ -213,7 +213,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
</InlineCode>
stories located at 
<InlineCode>
src/stories/index.js
src/stories/1-Button.stories.js
</InlineCode>
.)
</p>
Expand Down
Expand Up @@ -213,7 +213,7 @@ exports[`Storyshots Welcome MDX to Storybook 1`] = `
}
}
>
src/stories/index.js
src/stories/1-Button.stories.js
</code>
.)
</p>
Expand Down Expand Up @@ -387,7 +387,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
}
}
>
src/stories/index.js
src/stories/1-Button.stories.js
</code>
.)
</p>
Expand Down
Expand Up @@ -117,7 +117,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
}
}
>
src/stories/index.js
src/stories/1-Button.stories.js
</code>
.)
</p>
Expand Down
Expand Up @@ -117,7 +117,7 @@ exports[`Storyshots Welcome MDX to Storybook 1`] = `
}
}
>
src/stories/index.js
src/stories/1-Button.stories.js
</code>
.)
</p>
Expand Down Expand Up @@ -291,7 +291,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
}
}
>
src/stories/index.js
src/stories/1-Button.stories.js
</code>
.)
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/react/src/demo/Welcome.tsx
Expand Up @@ -151,7 +151,7 @@ const Welcome: FunctionComponent<WelcomeProps> = ({ showApp }) => (
You can also edit those components and see changes right away.
<br />
(Try editing the <InlineCode>Button</InlineCode> stories located at&nbsp;
<InlineCode>src/stories/index.js</InlineCode>
<InlineCode>src/stories/1-Button.stories.js</InlineCode>
.)
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion examples/mithril-kitchen-sink/src/Welcome.js
Expand Up @@ -109,7 +109,7 @@ const Welcome = {
You can also edit those components and see changes right away.
<br />
(Try editing the <InlineCode>Button</InlineCode> stories located at&nbsp;
<InlineCode>src/stories/index.js</InlineCode>
<InlineCode>src/stories/1-Button.stories.js</InlineCode>
.)
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion examples/preact-kitchen-sink/src/Welcome.js
Expand Up @@ -112,7 +112,7 @@ const Welcome = ({ showApp }) => (
You can also edit those components and see changes right away.
<br />
(Try editing the <InlineCode>Button</InlineCode> stories located at&nbsp;
<InlineCode>src/stories/index.js</InlineCode>
<InlineCode>src/stories/1-Button.stories.js</InlineCode>
.)
</p>
<p>
Expand Down
Expand Up @@ -128,7 +128,7 @@ exports[`Storyshots Welcome to Storybook 1`] = `
}
}
>
src/stories/index.js
src/stories/1-Button.stories.js
</code>
.)
</p>
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/generators/MITHRIL/template-csf/stories/Welcome.js
Expand Up @@ -150,7 +150,7 @@ const Welcome = {
You can also edit those components and see changes right away.
<br />
(Try editing the <InlineCode>Button</InlineCode> stories located at&nbsp;
<InlineCode>src/stories/index.js</InlineCode>
<InlineCode>src/stories/1-Button.stories.js</InlineCode>
.)
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/generators/PREACT/template-csf/stories/Welcome.js
Expand Up @@ -101,7 +101,7 @@ const Welcome = ({ showApp }) => (
You can also edit those components and see changes right away.
<br />
(Try editing the <InlineCode>Button</InlineCode> stories located at&nbsp;
<InlineCode>src/stories/index.js</InlineCode>
<InlineCode>src/stories/1-Button.stories.js</InlineCode>
.)
</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/generators/RAX/template-csf/stories/Welcome.js
Expand Up @@ -92,7 +92,7 @@ const Welcome = ({ showApp }) => (
<P>
Just like that, you can add your own components as stories. You can also edit those components
and see changes right away. (Try editing the <InlineCode>Button</InlineCode> stories located
at <InlineCode>src/stories/index.js</InlineCode>
at <InlineCode>src/stories/1-Button.stories.js</InlineCode>
.)
</P>
<P>
Expand Down

0 comments on commit 82c0abf

Please sign in to comment.