remove unsused import
This commit is contained in:
@@ -1,13 +1,6 @@
|
|||||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||||
|
|
||||||
import type {
|
import type { CSSProperties, SVGAttributes, ReactNode, MouseEvent as ReactMouseEvent, ComponentType } from 'react';
|
||||||
CSSProperties,
|
|
||||||
HTMLAttributes,
|
|
||||||
SVGAttributes,
|
|
||||||
ReactNode,
|
|
||||||
MouseEvent as ReactMouseEvent,
|
|
||||||
ComponentType,
|
|
||||||
} from 'react';
|
|
||||||
import type {
|
import type {
|
||||||
EdgeBase,
|
EdgeBase,
|
||||||
BezierPathOptions,
|
BezierPathOptions,
|
||||||
|
|||||||
Reference in New Issue
Block a user