Skip to content

Commit 358ec30

Browse files
committed
fix: prettier fix
1 parent 98db6dd commit 358ec30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DemoSite/index.story.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ import { action } from "@storybook/addon-actions"
77

88
import DemoSite from "./"
99

10-
storiesOf("DemoSite", module)
11-
.add("Basic", () => <DemoSite />)
10+
storiesOf("DemoSite", module).add("Basic", () => <DemoSite />)

0 commit comments

Comments
 (0)