回答編集履歴

1

import React from 'react'; import { storiesOf } from '@storybook/react';

2017/11/18 02:58

投稿

HayatoKamono
HayatoKamono

スコア2415

test CHANGED
@@ -3,6 +3,10 @@
3
3
 
4
4
 
5
5
  ```
6
+
7
+ import React from 'react';
8
+
9
+ import { storiesOf } from '@storybook/react';
6
10
 
7
11
  import { MemoryRouter } from 'react-router-dom'; //MemoryRouterでモック
8
12