We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98db6dd commit 358ec30Copy full SHA for 358ec30
src/DemoSite/index.story.js
@@ -7,5 +7,4 @@ import { action } from "@storybook/addon-actions"
7
8
import DemoSite from "./"
9
10
-storiesOf("DemoSite", module)
11
- .add("Basic", () => <DemoSite />)
+storiesOf("DemoSite", module).add("Basic", () => <DemoSite />)
0 commit comments