diff --git a/packages/react-json-tree/src/JSONNode.tsx b/packages/react-json-tree/src/JSONNode.tsx index 92c6d8a1..ccde86d6 100644 --- a/packages/react-json-tree/src/JSONNode.tsx +++ b/packages/react-json-tree/src/JSONNode.tsx @@ -4,7 +4,7 @@ import JSONObjectNode from './JSONObjectNode'; import JSONArrayNode from './JSONArrayNode'; import JSONIterableNode from './JSONIterableNode'; import JSONValueNode from './JSONValueNode'; -import type { CommonInternalProps, KeyPath } from './types'; +import type { CommonInternalProps } from './types'; interface Props extends CommonInternalProps { value: any;