| 1 | import { memo, useCallback } from 'react'; |
| 2 | import { useHotkeys } from 'react-hotkeys-hook'; |
| 3 | import { useFileDropzone } from '../../../hooks/useFileDropzone'; |
| 4 | import { TransformIcon } from '../../../icons'; |
nothing calls this directly
no test coverage detected