Skip to content
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcl committed Jun 8, 2018
1 parent 93b8c55 commit e73ee85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// require('babel-polyfill');
const electron = require('electron');
const { app, BrowserWindow, Menu, globalShortcut, ipcMain, dialog, /*autoUpdater*/ } = electron;
const { app, BrowserWindow, Menu, globalShortcut, dialog, /*autoUpdater*/ } = electron;
const path = require('path');
const Updater = require('./app/Updater')
const Spreadsheets = require('./app/Spreadsheets');
Expand Down

0 comments on commit e73ee85

Please sign in to comment.