17782: Merge branch 'main' into 17782-react-scripts-ts-migration
[arvados.git] / src / store / file-uploader / file-uploader-actions.ts
index 0d2ff209ad4a369a6ac3d0e02aa53d4007b8a86b..8436c485f9ba098efbe0fa880c44c8df7f0c4cb9 100644 (file)
@@ -2,9 +2,9 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import { unionize, ofType, UnionOf } from "~/common/unionize";
+import { unionize, ofType, UnionOf } from "common/unionize";
 import { Dispatch } from "redux";
-import { RootState } from '~/store/store';
+import { RootState } from 'store/store';
 
 export interface UploadFile {
     id: number;