Socialify

Folder ..

Viewing app.ts
4 lines (3 loc) • 133.0 B

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

windowCreator.main(app, BrowserWindow);