diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 13:02:47 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-02 13:02:47 +0200 |
| commit | a6a529a5757417906f6df60ca7557fac3a380966 (patch) | |
| tree | 2791fccff9c24035da59106fb7bfcdefd444186a /app/client/system/system.component.js | |
| parent | 4d6835094db8d3171d2ba42967a1dff9e622055a (diff) | |
work out data relationships for samplernn
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', |
