mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:21:07 +08:00
FIX unnecessary large bundlesize (#7091)
FIX unnecessary large bundlesize
This commit is contained in:
commit
41f11b70cd
@ -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 }) => ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user