mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
Addon-storysource: Fix sourcel-laoder imports
This commit is contained in:
parent
0c8b9ac0d9
commit
92301de11c
@ -9,7 +9,7 @@ import {
|
||||
createSyntaxHighlighterElement,
|
||||
} from '@storybook/components';
|
||||
|
||||
import { SourceBlock, LocationsMap } from '@storybook/source-loader';
|
||||
import { SourceBlock, LocationsMap } from '@storybook/source-loader/extract-source';
|
||||
import { Story } from '@storybook/api/dist/lib/stories';
|
||||
|
||||
const StyledStoryLink = styled(Link)<{ to: string; key: string }>(({ theme }) => ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user