Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jun 27, 2024
1 parent 053d9ee commit 6a91865
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions code/ui/blocks/src/blocks/Source.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import type { ComponentProps, FC } from 'react';
import React, { useContext } from 'react';
import type {
StoryId,
PreparedStory,
ModuleExport,
Args,
} from '@storybook/types';
import type { StoryId, PreparedStory, ModuleExport, Args } from '@storybook/types';
import { SourceType } from '@storybook/docs-tools';

import type { SourceCodeProps } from '../components/Source';
Expand Down

0 comments on commit 6a91865

Please sign in to comment.