1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

cleanup code

This commit is contained in:
Rokt33r
2015-12-20 15:47:29 +09:00
parent 52df793a74
commit 8e64abc4bc
4 changed files with 20 additions and 20 deletions

View File

@@ -1,10 +1,8 @@
const electron = require('electron')
const app = electron.app
const Menu = electron.Menu
const ipc = electron.ipcMain
const globalShortcut = electron.globalShortcut
const jetpack = require('fs-jetpack')
const path = require('path')
const mainWindow = require('./atom-lib/main-window')
const nodeIpc = require('@rokt33r/node-ipc')