remove unsused import

This commit is contained in:
peterkogo
2024-12-04 11:25:22 +01:00
parent cf3bae57b1
commit cc6b1d9717

View File

@@ -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,