Skip to content

Commit

Permalink
Update to new package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed May 17, 2017
1 parent 4cedd22 commit 598fd65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ After:

```js
// .storybook/addons.js
import '@kadira/storybook-addon-actions/register'
import '@kadira/storybook-addon-links/register'
import '@storybook/addon-actions/register'
import '@storybook/addon-links/register'

// *.stories.js
import { action } from '@kadira/storybook-addon-actions'
import { linkTo } from '@kadira/storybook-addon-links'
import { action } from '@storybook/addon-actions'
import { linkTo } from '@storybook/addon-links'
```

0 comments on commit 598fd65

Please sign in to comment.