| 1 | // Module to control the application lifecycle and the native browser window. |
| 2 | const { app, BrowserWindow, protocol, ipcMain, dialog } = require("electron"); |
| 3 | const path = require("path"); |
| 4 | const url = require("url"); |
nothing calls this directly
no test coverage detected