summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoranderklander <anderklander@gmail.com>2018-01-09 09:17:49 +0100
committeranderklander <anderklander@gmail.com>2018-01-15 15:03:46 +0100
commitbe95b2e749b38abf5bffbc8c6e6ea97a8c04e72b (patch)
tree1c8261fbddcd1b5da09a4b32b4802e733072e105
parent314490f45beee9d06db514201000f94b57fdf398 (diff)
downloadmullvadvpn-be95b2e749b38abf5bffbc8c6e6ea97a8c04e72b.tar.xz
mullvadvpn-be95b2e749b38abf5bffbc8c6e6ea97a8c04e72b.zip
Remove unused shell form supportPage
-rw-r--r--app/containers/SupportPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/containers/SupportPage.js b/app/containers/SupportPage.js
index 9c02843f07..1681ffd943 100644
--- a/app/containers/SupportPage.js
+++ b/app/containers/SupportPage.js
@@ -1,7 +1,7 @@
// @flow
import { log, openItem } from '../lib/platform';
-import { shell, ipcRenderer } from 'electron';
+import { ipcRenderer } from 'electron';
import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
import { push } from 'react-router-redux';