X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/faf6a194fd097d34d8c539e067afdf59b60ac0a6..2a7fd99c212c33a1ec9911f8529fa5afc59a7bb2:/src/store/progress-indicator/progress-indicator-reducer.ts diff --git a/src/store/progress-indicator/progress-indicator-reducer.ts b/src/store/progress-indicator/progress-indicator-reducer.ts index dbd1beb30d..67a06b8e65 100644 --- a/src/store/progress-indicator/progress-indicator-reducer.ts +++ b/src/store/progress-indicator/progress-indicator-reducer.ts @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { ProgressIndicatorAction, progressIndicatorActions } from "~/store/progress-indicator/progress-indicator-actions"; +import { ProgressIndicatorAction, progressIndicatorActions } from "store/progress-indicator/progress-indicator-actions"; export type ProgressIndicatorState = { id: string, working: boolean }[];