From 1027556614febb096f2186d3c678116b415c0b9b Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Sat, 13 May 2017 22:55:56 +0900 Subject: Fix broken storybook (#3030) --- storybook/stories/button.story.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 storybook/stories/button.story.js (limited to 'storybook/stories/button.story.js') diff --git a/storybook/stories/button.story.js b/storybook/stories/button.story.js new file mode 100644 index 000000000..3fd45cb82 --- /dev/null +++ b/storybook/stories/button.story.js @@ -0,0 +1,17 @@ +import React from 'react'; +import { action, storiesOf } from '@kadira/storybook'; +import Button from 'mastodon/components/button'; + +storiesOf('Button', module) + .add('default state', () => ( +