diff options
Diffstat (limited to 'app/client/system/system.component.js')
| -rw-r--r-- | app/client/system/system.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/system/system.component.js b/app/client/system/system.component.js index b257573..a4bba81 100644 --- a/app/client/system/system.component.js +++ b/app/client/system/system.component.js @@ -7,7 +7,7 @@ import Param from '../common/param.component' import * as systemActions from './system.actions' import * as liveActions from '../live/live.actions' -import * as taskActions from '../task/task.actions' +import * as queueActions from '../queue/queue.actions' const cpu_test_task = { activity: 'cpu', |
