| 1 | import * as remote from '@electron/remote'; |
| 2 | import { SocketClient } from '@shared/back/SocketClient'; |
| 3 | import { BackIn, BackOut } from '@shared/back/types'; |
| 4 | import { CustomIPC, WindowIPC } from '@shared/interfaces'; |
nothing calls this directly
no test coverage detected