Skip to content

Commit

Permalink
Blocks: Fix reference to storybook core
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jul 2, 2024
1 parent 6476483 commit be471fb
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 be471fb

Please sign in to comment.