diff options
Diffstat (limited to 'src/app.ts')
| -rw-r--r-- | src/app.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.ts b/src/app.ts new file mode 100644 index 0000000..b85e318 --- /dev/null +++ b/src/app.ts @@ -0,0 +1,4 @@ +import { app, BrowserWindow } from 'electron'; +import windowCreator from './windowCreator'; + +windowCreator.main(app, BrowserWindow); |
