From fdcd08e93c27fe6ca65833d0aeca994097d53d01 Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Sun, 5 Jan 2020 16:46:15 -0500 Subject: [PATCH] Update the Button story file path for the others --- examples/mithril-kitchen-sink/src/Welcome.js | 2 +- examples/preact-kitchen-sink/src/Welcome.js | 2 +- lib/cli/generators/MITHRIL/template-csf/stories/Welcome.js | 2 +- lib/cli/generators/PREACT/template-csf/stories/Welcome.js | 2 +- lib/cli/generators/RAX/template-csf/stories/Welcome.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/mithril-kitchen-sink/src/Welcome.js b/examples/mithril-kitchen-sink/src/Welcome.js index 3826e784d53..7a3cff5b761 100644 --- a/examples/mithril-kitchen-sink/src/Welcome.js +++ b/examples/mithril-kitchen-sink/src/Welcome.js @@ -109,7 +109,7 @@ const Welcome = { You can also edit those components and see changes right away.
(Try editing the Button stories located at  - src/stories/index.js + src/stories/1-Button.stories.js .)

diff --git a/examples/preact-kitchen-sink/src/Welcome.js b/examples/preact-kitchen-sink/src/Welcome.js index fc7649231dd..c9c86cd4378 100644 --- a/examples/preact-kitchen-sink/src/Welcome.js +++ b/examples/preact-kitchen-sink/src/Welcome.js @@ -112,7 +112,7 @@ const Welcome = ({ showApp }) => ( You can also edit those components and see changes right away.
(Try editing the Button stories located at  - src/stories/index.js + src/stories/1-Button.stories.js .)

diff --git a/lib/cli/generators/MITHRIL/template-csf/stories/Welcome.js b/lib/cli/generators/MITHRIL/template-csf/stories/Welcome.js index 2c0f425a5f8..51b005563ce 100644 --- a/lib/cli/generators/MITHRIL/template-csf/stories/Welcome.js +++ b/lib/cli/generators/MITHRIL/template-csf/stories/Welcome.js @@ -150,7 +150,7 @@ const Welcome = { You can also edit those components and see changes right away.
(Try editing the Button stories located at  - src/stories/index.js + src/stories/1-Button.stories.js .)

diff --git a/lib/cli/generators/PREACT/template-csf/stories/Welcome.js b/lib/cli/generators/PREACT/template-csf/stories/Welcome.js index 3a8e289817f..de792f888c5 100644 --- a/lib/cli/generators/PREACT/template-csf/stories/Welcome.js +++ b/lib/cli/generators/PREACT/template-csf/stories/Welcome.js @@ -101,7 +101,7 @@ const Welcome = ({ showApp }) => ( You can also edit those components and see changes right away.
(Try editing the Button stories located at  - src/stories/index.js + src/stories/1-Button.stories.js .)

diff --git a/lib/cli/generators/RAX/template-csf/stories/Welcome.js b/lib/cli/generators/RAX/template-csf/stories/Welcome.js index 2c590d205b9..340844748cd 100644 --- a/lib/cli/generators/RAX/template-csf/stories/Welcome.js +++ b/lib/cli/generators/RAX/template-csf/stories/Welcome.js @@ -92,7 +92,7 @@ const Welcome = ({ showApp }) => (

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 Button stories located - at src/stories/index.js + at src/stories/1-Button.stories.js .)