1 2 3 4
import { app, BrowserWindow } from 'electron'; import windowCreator from './windowCreator'; windowCreator.main(app, BrowserWindow);