X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b10a9471e7e14917e29a9a6d09690f20e1d27d5d..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';