X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/070f84137b216212da7eac806710df5d0c479bba..25216cc7acedc987c26a159f0b640210c0ef101e:/src/store/projects/project-update-actions.ts diff --git a/src/store/projects/project-update-actions.ts b/src/store/projects/project-update-actions.ts index 2cb02788..35100eb6 100644 --- a/src/store/projects/project-update-actions.ts +++ b/src/store/projects/project-update-actions.ts @@ -4,11 +4,11 @@ import { Dispatch } from "redux"; import { FormErrors, initialize, startSubmit, stopSubmit } from 'redux-form'; -import { RootState } from "~/store/store"; -import { dialogActions } from "~/store/dialog/dialog-actions"; -import { getCommonResourceServiceError, CommonResourceServiceError } from "~/services/common-service/common-resource-service"; -import { ServiceRepository } from "~/services/services"; -import { projectPanelActions } from '~/store/project-panel/project-panel-action'; +import { RootState } from "store/store"; +import { dialogActions } from "store/dialog/dialog-actions"; +import { getCommonResourceServiceError, CommonResourceServiceError } from "services/common-service/common-resource-service"; +import { ServiceRepository } from "services/services"; +import { projectPanelActions } from 'store/project-panel/project-panel-action'; export interface ProjectUpdateFormDialogData { uuid: string;