1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00
This commit is contained in:
Dick Choi
2016-10-17 06:10:46 +09:00
parent f112b0bf03
commit 434e361d5d
4 changed files with 8 additions and 5 deletions

View File

@@ -10,6 +10,8 @@ import StorageSection from './StorageSection'
import NoteList from './NoteList'
import NoteDetail from './NoteDetail'
require('!!style!css!stylus?sourceMap!../main/global.styl')
require('../lib/customMeta')
const electron = require('electron')
const { remote } = electron
const { Menu } = remote

View File

@@ -23,10 +23,6 @@ document.addEventListener('dragover', function (e) {
e.stopPropagation()
})
if (process.env !== 'production') {
require('devtron').install()
}
let el = document.getElementById('content')
const history = syncHistoryWithStore(hashHistory, store)