18315: Adds file upload test proving that the UI is correctly updated.
[arvados-workbench2.git] / src / store / progress-indicator / progress-indicator-actions.ts
index 34a43d89287a7ca0e37fa2edddcdfd3eaa1fabf7..8019c9059477ba251f9d21fb723b2d5225ded7ba 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import { unionize, ofType, UnionOf } from "~/common/unionize";
+import { unionize, ofType, UnionOf } from "common/unionize";
 
 export const progressIndicatorActions = unionize({
     START_WORKING: ofType<string>(),