import {app, BrowserWindow} from "electron" let mainWindow = require('../windows/primary') app.whenReady().then(() => {mainWindow.launch()})