Merge branch 'master'
[arvados-workbench2.git] / src / store / collection-panel / collection-panel-files / collection-panel-files-actions.ts
index 31a9d5d5e1f5a5b7238748e9ce9735e055f9d1db..cedfbebef5aded305b3237e125ee80857c96361b 100644 (file)
@@ -4,12 +4,12 @@
 
 import { default as unionize, ofType, UnionOf } from "unionize";
 import { Dispatch } from "redux";
-import { CollectionFilesTree, CollectionFileType } from "../../../models/collection-file";
-import { ServiceRepository } from "../../../services/services";
+import { CollectionFilesTree, CollectionFileType } from "~/models/collection-file";
+import { ServiceRepository } from "~/services/services";
 import { RootState } from "../../store";
 import { snackbarActions } from "../../snackbar/snackbar-actions";
 import { dialogActions } from "../../dialog/dialog-actions";
-import { getNodeValue, getNodeDescendants } from "../../../models/tree";
+import { getNodeValue, getNodeDescendants } from "~/models/tree";
 import { CollectionPanelDirectory, CollectionPanelFile } from "./collection-panel-files-state";
 
 export const collectionPanelFilesAction = unionize({
@@ -86,4 +86,4 @@ export const openMultipleFilesRemoveDialog = () =>
             text: 'Are you sure you want to remove selected files?',
             confirmButtonLabel: 'Remove'
         }
-    });
\ No newline at end of file
+    });