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 authored and shilman committed Feb 4, 2020
1 parent c41f520 commit 41459c1
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 41459c1

Please sign in to comment.