X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/06454ba23d896ba99d1f8ddca101088b96806966..6ead1b122e52a587963383f6a15edf6dfc166ef6:/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 6c765568aa..c014bd4c8d 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';