storybook/addons.js
Muhammed Thanish 19da88846b [WIP] Use the new addons API (#346)
* Update Storybook UI

* Setup channel for preview

* Load addons from user or load default addons

* Allow easy importing default set of addons

For an example addons.js:

```js
import '@kadira/storybook/addons';
import '@kadira/storybook-addon-hello/register';

```

* Export correct action, linkTo functions

* Rename pageBus to channel

* Fix tests and lint errors

* Update some comments.
2016-08-02 18:07:14 +05:30

5 lines
218 B
JavaScript

// We are not using this file inside this project.
// But, this will be useful when a user is configuring it's own addons.
// Then he can import this file to add default set of addons.
require('./dist/server/addons');