X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/3641a3638123f272b97cf313a1a1a4d890741383..dce08883afbf575127601743e2482c3bd8604d3a:/src/views-components/file-remove-dialog/file-remove-dialog.ts diff --git a/src/views-components/file-remove-dialog/file-remove-dialog.ts b/src/views-components/file-remove-dialog/file-remove-dialog.ts index f20d3988..6f03b12b 100644 --- a/src/views-components/file-remove-dialog/file-remove-dialog.ts +++ b/src/views-components/file-remove-dialog/file-remove-dialog.ts @@ -4,10 +4,10 @@ import { Dispatch } from "redux"; import { connect } from "react-redux"; -import { ConfirmationDialog } from "~/components/confirmation-dialog/confirmation-dialog"; -import { withDialog, WithDialogProps } from '~/store/dialog/with-dialog'; -import { RootState } from '~/store/store'; -import { removeCollectionFiles, FILE_REMOVE_DIALOG } from '~/store/collection-panel/collection-panel-files/collection-panel-files-actions'; +import { ConfirmationDialog } from "components/confirmation-dialog/confirmation-dialog"; +import { withDialog, WithDialogProps } from 'store/dialog/with-dialog'; +import { RootState } from 'store/store'; +import { removeCollectionFiles, FILE_REMOVE_DIALOG } from 'store/collection-panel/collection-panel-files/collection-panel-files-actions'; const mapStateToProps = (state: RootState, props: WithDialogProps<{ filePath: string }>) => ({ filePath: props.data.filePath