1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-21 14:52:50 +00:00
fcast/receivers/electron/src/App.ts
2023-06-20 08:45:01 +02:00

4 lines
No EOL
75 B
TypeScript

import { app } from 'electron';
import Main from './Main';
Main.main(app);