X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/185f57cf4371e7811077bee56976028dd640688d..099468843d687fdc8c6fbb0f0e3dc54f59d0de15:/src/views-components/process-remove-dialog/process-remove-dialog.tsx diff --git a/src/views-components/process-remove-dialog/process-remove-dialog.tsx b/src/views-components/process-remove-dialog/process-remove-dialog.tsx index b0db3f9b3d..99bfd97123 100644 --- a/src/views-components/process-remove-dialog/process-remove-dialog.tsx +++ b/src/views-components/process-remove-dialog/process-remove-dialog.tsx @@ -4,9 +4,9 @@ import { Dispatch, compose } from 'redux'; import { connect } from "react-redux"; -import { ConfirmationDialog } from "~/components/confirmation-dialog/confirmation-dialog"; -import { withDialog, WithDialogProps } from "~/store/dialog/with-dialog"; -import { removeProcessPermanently, REMOVE_PROCESS_DIALOG } from '~/store/processes/processes-actions'; +import { ConfirmationDialog } from "components/confirmation-dialog/confirmation-dialog"; +import { withDialog, WithDialogProps } from "store/dialog/with-dialog"; +import { removeProcessPermanently, REMOVE_PROCESS_DIALOG } from 'store/processes/processes-actions'; const mapDispatchToProps = (dispatch: Dispatch, props: WithDialogProps) => ({ onConfirm: () => {