summaryrefslogtreecommitdiff
path: root/app/client/system/system.actions.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-27 03:36:38 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-27 03:36:38 +0200
commit10eab813d70a203e5b81583eac165e33a1bf6f6d (patch)
tree3840a1fc534129b5b7b439fd7899cc8c8ae0e016 /app/client/system/system.actions.js
parente4957554e777bd9e25097fcb4db40686848a908c (diff)
auto scroll to bottom
Diffstat (limited to 'app/client/system/system.actions.js')
-rw-r--r--app/client/system/system.actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/system/system.actions.js b/app/client/system/system.actions.js
index ff32fd6..519e140 100644
--- a/app/client/system/system.actions.js
+++ b/app/client/system/system.actions.js
@@ -1,4 +1,4 @@
-import * as socket from '../socket'
+import socket from '../socket'
import types from '../types'
export const run = (cmd) => {