X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/06454ba23d896ba99d1f8ddca101088b96806966..52a9925b1ab918d66f1508c948e0db8e99568ccf:/src/store/processes/process-command-actions.ts diff --git a/src/store/processes/process-command-actions.ts b/src/store/processes/process-command-actions.ts index 6c765568..c014bd4c 100644 --- a/src/store/processes/process-command-actions.ts +++ b/src/store/processes/process-command-actions.ts @@ -3,7 +3,7 @@ // SPDX-License-Identifier: AGPL-3.0 import { dialogActions } from '~/store/dialog/dialog-actions'; -import { RootState } from '../store'; +import { RootState } from '~/store/store'; import { Dispatch } from 'redux'; import { getProcess } from '~/store/processes/process'; import { quote } from 'shell-quote';