Skip to content

Commit

Permalink
FIX unnecessary large bundlesize (#7091)
Browse files Browse the repository at this point in the history
FIX unnecessary large bundlesize
  • Loading branch information
shilman committed Jun 13, 2019
1 parent 3ab3c1f commit f129c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/storysource/src/StoryPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { styled } from '@storybook/theming';
import { Link } from '@storybook/router';
import { SyntaxHighlighter } from '@storybook/components';

import { createElement } from 'react-syntax-highlighter';
import createElement from 'react-syntax-highlighter/create-element';
import { EVENT_ID } from './events';

const StyledStoryLink = styled(Link)(({ theme }) => ({
Expand Down

0 comments on commit f129c15

Please sign in to comment.