Skip to content

Commit c5e0c53

Browse files
committed
fix main.ts
1 parent 0997885 commit c5e0c53

File tree

1 file changed

+2
-3
lines changed
  • packages/graphql-playground-electron/src

1 file changed

+2
-3
lines changed

packages/graphql-playground-electron/src/main.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ import {
44
app,
55
BrowserWindow,
66
dialog,
7-
autoUpdater,
8-
Menu,
97
globalShortcut,
108
ipcMain,
9+
Menu,
1110
} from 'electron'
12-
const dev = require('electron-is-dev')
1311
import * as electronLocalShortcut from 'electron-localshortcut'
1412
import { autoUpdater } from 'electron-updater'
13+
const dev = require('electron-is-dev')
1514

1615
const path = require('path')
1716

0 commit comments

Comments
 (0)