Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the file path for the Button story #9325

Merged
merged 4 commits into from Feb 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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