Avoid increasing bundle size

This commit is contained in:
Hypnosphi 2018-11-06 00:53:35 +04:00
parent fd2f28745b
commit 9804756f13

View File

@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import { RoutedLink, monoFonts } from '@storybook/components';
import jsx from 'react-syntax-highlighter/dist/esm/languages/prism/jsx';
import { darcula } from 'react-syntax-highlighter/dist/esm/styles/prism';
import { PrismLight as SyntaxHighlighter } from 'react-syntax-highlighter';
import SyntaxHighlighter from 'react-syntax-highlighter/dist/esm/prism-light';
import createElement from 'react-syntax-highlighter/dist/esm/create-element';
import { EVENT_ID } from './events';