From 6a91865a4f905e7b439e6a859397abf7a0b3483e Mon Sep 17 00:00:00 2001 From: Kasper Peulen Date: Thu, 27 Jun 2024 16:27:03 +0200 Subject: [PATCH] Prettier --- code/ui/blocks/src/blocks/Source.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/code/ui/blocks/src/blocks/Source.tsx b/code/ui/blocks/src/blocks/Source.tsx index 8635711dde79..e5fa68e82636 100644 --- a/code/ui/blocks/src/blocks/Source.tsx +++ b/code/ui/blocks/src/blocks/Source.tsx @@ -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';