summaryrefslogtreecommitdiff
path: root/app/client/socket/socket.actions.js
blob: a2162ac551125bf40d843358dadf9773a38342f8 (plain)
1
2
3
4
5
6
7
import {
  list_directory_async,
  run_system_command_async
} from './socket.system'

export const list_directory = list_directory_async
export const run_system_command = run_system_command_async