X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c4e503180948300c3a6ef99e338d2e56b2931236..f2b031de2183439f8aade2f290cd0e3f95f6438c:/src/store/collection-panel/collection-panel-files/collection-panel-files-actions.ts diff --git a/src/store/collection-panel/collection-panel-files/collection-panel-files-actions.ts b/src/store/collection-panel/collection-panel-files/collection-panel-files-actions.ts index 31a9d5d5..cedfbebe 100644 --- a/src/store/collection-panel/collection-panel-files/collection-panel-files-actions.ts +++ b/src/store/collection-panel/collection-panel-files/collection-panel-files-actions.ts @@ -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 + });