update to material-ui 0.20.2

remove react-tap-event-plugin, as it is not needed anymore.
This commit is contained in:
Mathias Rasmussen
2018-09-26 02:25:39 +02:00
parent 579ca908c6
commit ba5ccdb5cb
2 changed files with 1 additions and 5 deletions

View File

@@ -39,9 +39,6 @@ const TorrentPlayer = require('./lib/torrent-player')
// Perf optimization: Needed immediately, so do not lazy load it below
const TorrentListController = require('./controllers/torrent-list-controller')
// Required by Material UI -- adds `onTouchTap` event
require('react-tap-event-plugin')()
const App = require('./pages/app')
// Electron apps have two processes: a main process (node) runs first and starts