Update index.ts
This commit is contained in:
@@ -1,16 +1,6 @@
|
|||||||
import {
|
import { BrowserWindow, Display, app, ipcMain, screen } from 'electron';
|
||||||
BrowserWindow,
|
import Channels, { DEFAULT_APP_PRESET, DimensionChangeRequest } from './electron/constants';
|
||||||
Display,
|
|
||||||
Menu,
|
|
||||||
app,
|
|
||||||
dialog,
|
|
||||||
globalShortcut,
|
|
||||||
ipcMain,
|
|
||||||
screen,
|
|
||||||
} from 'electron';
|
|
||||||
import Channels, { DEFAULT_APP_PRESET } from './electron/constants';
|
|
||||||
|
|
||||||
import { DimensionChangeRequest } from './electron/constants';
|
|
||||||
import { handleGoogleLogin } from './electron/handleLogin';
|
import { handleGoogleLogin } from './electron/handleLogin';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import store from './electron/store';
|
import store from './electron/store';
|
||||||
|
|||||||
Reference in New Issue
Block a user