21067: Fix bug deleting projects from shared-with-me
[arvados-workbench2.git] / src / store / file-selection / file-selection-actions.ts
index cfdc27be0f78b464d86bb5aa3f17729008364dfb..174c9064db737914622dcf0681b7c338ee8a9615 100644 (file)
@@ -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';