diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 16:05:13 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 16:05:13 +0200 |
| commit | dbd27d8ab455c6372fae1516dcb677a53d9e23ca (patch) | |
| tree | a05a9d256a25411fc396d3dc94e5b993755ac119 /app/client/socket/socket.actions.js | |
| parent | 814ea9116fe99194feec49f7dd4f7c2d82343f67 (diff) | |
fix runner client
Diffstat (limited to 'app/client/socket/socket.actions.js')
| -rw-r--r-- | app/client/socket/socket.actions.js | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/app/client/socket/socket.actions.js b/app/client/socket/socket.actions.js index b1f13ef..dc8d6fc 100644 --- a/app/client/socket/socket.actions.js +++ b/app/client/socket/socket.actions.js @@ -1,9 +1,3 @@ -import { - list_directory_async, - run_system_command_async, - run_script_async, -} from './socket.system' +import * as socketActions from './socket.system' -export const list_directory = list_directory_async -export const run_system_command = run_system_command_async -export const run_script = run_script_async
\ No newline at end of file +export default socketActions |
