Upgrade storybook to v3 (#3558)
This commit is contained in:
parent
e07b57852e
commit
b0fe58dc69
8 changed files with 500 additions and 546 deletions
|
@ -1,5 +1,6 @@
|
|||
import React from 'react';
|
||||
import { storiesOf } from '@kadira/storybook';
|
||||
import { storiesOf } from '@storybook/react';
|
||||
import { action } from '@storybook/addon-actions';
|
||||
import CharacterCounter from 'mastodon/features/compose/components/character_counter';
|
||||
|
||||
storiesOf('CharacterCounter', module)
|
||||
|
|
Reference in a new issue