| 1 | import { memo, useCallback, useRef } from 'react'; |
| 2 | import { Html } from '@react-three/drei'; |
| 3 | import { useAxesNodeActions } from '../../nodes'; |
| 4 | import { useClickOutside } from '../../hooks/useClickOutside'; |
nothing calls this directly
no test coverage detected