mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-09-01 12:03:06 +00:00
4 lines
No EOL
75 B
TypeScript
4 lines
No EOL
75 B
TypeScript
import { app } from 'electron';
|
|
import Main from './Main';
|
|
|
|
Main.main(app); |