import { storiesOf } from '@storybook/react'; import TextLabel from '.'; storiesOf('TextLabel', module) .add('Pure', () => ( ))