Skip to content

Commit

Permalink
Merge pull request #28422 from storybookjs/yann/fix-blocks
Browse files Browse the repository at this point in the history
Blocks: Fix reference to storybook core
  • Loading branch information
yannbf authored Jul 3, 2024
2 parents 50ece49 + be471fb commit 94b5b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/lib/blocks/src/blocks/Source.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { ComponentProps, FC } from 'react';
import React, { useContext } from 'react';
import type { StoryId, PreparedStory, ModuleExport, Args } from '@storybook/core/types';
import { SourceType } from '@storybook/core/docs-tools';
import type { StoryId, PreparedStory, ModuleExport, Args } from 'storybook/internal/types';
import { SourceType } from 'storybook/internal/docs-tools';

import type { SourceCodeProps } from '../components/Source';
import { Source as PureSource, SourceError } from '../components/Source';
Expand Down

0 comments on commit 94b5b03

Please sign in to comment.