summaryrefslogtreecommitdiffhomepage
path: root/app/app.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-08-07 11:03:11 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-08-07 11:03:11 +0200
commit858ded2aa27ab9c86ecf79c1702ef07a2bdf60fe (patch)
treec279d261fad33222c3fb7e0c45904b2915f21f1b /app/app.js
parent83ae95e38026c16703a50a78966d583280010f3d (diff)
parent7ca1a8e1a3eecd18ee4acea2007b22092da97fd9 (diff)
downloadmullvadvpn-858ded2aa27ab9c86ecf79c1702ef07a2bdf60fe.tar.xz
mullvadvpn-858ded2aa27ab9c86ecf79c1702ef07a2bdf60fe.zip
Merge branch 'update-flow-v0.78'
Diffstat (limited to 'app/app.js')
-rw-r--r--app/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/app.js b/app/app.js
index 8839e3d33e..eb9c9c2647 100644
--- a/app/app.js
+++ b/app/app.js
@@ -12,7 +12,6 @@ import { log } from './lib/platform';
import ReconnectionBackoff from './lib/reconnection-backoff';
import { DaemonRpc } from './lib/daemon-rpc';
import { setShutdownHandler } from './shutdown-handler';
-
import { NoAccountError } from './errors';
import configureStore from './redux/store';