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