This commit is contained in:
talksik
2022-06-01 21:58:19 -05:00
parent 8e02c05332
commit 8abc54f84d
5 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { app, BrowserWindow, ipcMain, Display, screen, systemPreferences } from 'electron';
import { BrowserWindow, Display, app, ipcMain, screen, systemPreferences } from 'electron';
import Channels, { DEFAULT_APP_PRESET, DimensionChangeRequest } from './electron/constants';
import { handleGoogleLogin } from './electron/handleLogin';
import store from './electron/store';