diff --git a/app/lib/utils/plugins.js b/app/lib/utils/plugins.js index 3ccb00f6..3d97e4e3 100644 --- a/app/lib/utils/plugins.js +++ b/app/lib/utils/plugins.js @@ -1,4 +1,4 @@ -import { ipcRenderer, remote } from 'electron'; +import { remote } from 'electron'; import { connect as reduxConnect } from 'react-redux'; // we expose these two deps to component decorators