X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/9c2a0a5c92ca0e7e2a09a0f74705f94939d3e081..refs/heads/18975-log-improvements:/src/store/file-selection/file-selection-actions.ts diff --git a/src/store/file-selection/file-selection-actions.ts b/src/store/file-selection/file-selection-actions.ts index cfdc27be..174c9064 100644 --- a/src/store/file-selection/file-selection-actions.ts +++ b/src/store/file-selection/file-selection-actions.ts @@ -3,8 +3,8 @@ // SPDX-License-Identifier: AGPL-3.0 import { Dispatch } from "redux"; -import { dialogActions } from "~/store/dialog/dialog-actions"; -import { resetPickerProjectTree } from '~/store/project-tree-picker/project-tree-picker-actions'; +import { dialogActions } from "store/dialog/dialog-actions"; +import { resetPickerProjectTree } from 'store/project-tree-picker/project-tree-picker-actions'; export const FILE_SELECTION = 'fileSelection';