X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f83344568cb070f716527288abe88a4ec5b0c305..00720cddd593eaec785f7e0104068177bcfde67d:/src/views-components/keep-services-dialog/remove-dialog.tsx diff --git a/src/views-components/keep-services-dialog/remove-dialog.tsx b/src/views-components/keep-services-dialog/remove-dialog.tsx index 7e398509..dc7dd39c 100644 --- a/src/views-components/keep-services-dialog/remove-dialog.tsx +++ b/src/views-components/keep-services-dialog/remove-dialog.tsx @@ -3,9 +3,9 @@ // SPDX-License-Identifier: AGPL-3.0 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 { KEEP_SERVICE_REMOVE_DIALOG, removeKeepService } from '~/store/keep-services/keep-services-actions'; +import { ConfirmationDialog } from "components/confirmation-dialog/confirmation-dialog"; +import { withDialog, WithDialogProps } from "store/dialog/with-dialog"; +import { KEEP_SERVICE_REMOVE_DIALOG, removeKeepService } from 'store/keep-services/keep-services-actions'; const mapDispatchToProps = (dispatch: Dispatch, props: WithDialogProps) => ({ onConfirm: () => {