X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cc72c29b709759a4498ad232e3f0374e857c7a62..9df0dc3888f9d63ae0844e7425cd02b21af9da68:/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: () => {