| 1 | import { useEffect, useRef } from 'react'; |
| 2 | import { HotkeysProvider } from 'react-hotkeys-hook'; |
| 3 | import { DropZone } from './components/dropzone'; |
| 4 | import { AppLayout } from './components/layout'; |
nothing calls this directly
no test coverage detected