diff --git a/app/components/A/example.js b/app/components/A/example.js index 514cc273..1586f0a9 100644 --- a/app/components/A/example.js +++ b/app/components/A/example.js @@ -6,7 +6,9 @@ import A from './index' storiesOf('A', module).add('basic', () => { return (
- HelloHelloHello + Hello + Hello + Hello
) })