Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Nov 28, 2023
1 parent c169660 commit bc16eb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/ui/blocks/src/components/Source.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ import {
useTheme,
} from '@storybook/theming';

import type { SupportedLanguage } from '@storybook/components';
import type { SupportedLanguage, SyntaxHighlighterProps } from '@storybook/components';
import { SyntaxHighlighter } from '@storybook/components';
import type { SyntaxHighlighterProps } from '@storybook/components';
import { EmptyBlock } from './EmptyBlock';

const StyledSyntaxHighlighter: React.FunctionComponent<SyntaxHighlighterProps> = styled(
Expand Down

0 comments on commit bc16eb0

Please sign in to comment.