From cc6b1d97179935bbcddd4bd97a2db752a9af3993 Mon Sep 17 00:00:00 2001 From: peterkogo Date: Wed, 4 Dec 2024 11:25:22 +0100 Subject: [PATCH] remove unsused import --- packages/react/src/types/edges.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/packages/react/src/types/edges.ts b/packages/react/src/types/edges.ts index c2463e25..83729ddd 100644 --- a/packages/react/src/types/edges.ts +++ b/packages/react/src/types/edges.ts @@ -1,13 +1,6 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ -import type { - CSSProperties, - HTMLAttributes, - SVGAttributes, - ReactNode, - MouseEvent as ReactMouseEvent, - ComponentType, -} from 'react'; +import type { CSSProperties, SVGAttributes, ReactNode, MouseEvent as ReactMouseEvent, ComponentType } from 'react'; import type { EdgeBase, BezierPathOptions,