merge master
[arvados-workbench2.git] / src / views-components / create-collection-dialog-with-selected / create-collection-dialog-with-selected.tsx
index ece0639510fb664daa9f01014cf137bfb3e23946..60ce05c7eab6b8040f6517040de9e2779d8d0074 100644 (file)
@@ -4,8 +4,8 @@
 
 import { Dispatch } from "redux";
 import { reduxForm, reset, startSubmit, stopSubmit } from "redux-form";
-import { withDialog } from "../../store/dialog/with-dialog";
-import { dialogActions } from "../../store/dialog/dialog-actions";
+import { withDialog } from "~/store/dialog/with-dialog";
+import { dialogActions } from "~/store/dialog/dialog-actions";
 import { DialogCollectionCreateWithSelected } from "../dialog-create/dialog-collection-create-selected";
 
 export const DIALOG_COLLECTION_CREATE_WITH_SELECTED = 'dialogCollectionCreateWithSelected';