+ {children}
+ {userSelectionActive && userSelectionRect && (
+
+ )}
+
+ );
+ }
+);
UserSelection.displayName = 'UserSelection';
diff --git a/packages/core/src/container/FlowRenderer/Pane.tsx b/packages/core/src/container/FlowRenderer/Pane.tsx
deleted file mode 100644
index 60502182..00000000
--- a/packages/core/src/container/FlowRenderer/Pane.tsx
+++ /dev/null
@@ -1,34 +0,0 @@
-import type { MouseEvent } from 'react';
-import cc from 'classcat';
-
-import { useStore } from '../../hooks/useStore';
-import { containerStyle } from '../../styles';
-import type { ReactFlowState } from '../../types';
-import type { FlowRendererProps } from '.';
-
-type PaneProps = Pick