From fdcd08e93c27fe6ca65833d0aeca994097d53d01 Mon Sep 17 00:00:00 2001
From: Dale Seo
(Try editing the
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
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
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
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