const React = require('react'); const { storiesOf } = require('@storybook/react'); storiesOf('Addon', module).add('Installed', () => (
Installed addon
));