X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/833a5d07f87b31133ade505b82215b9a5d47bdc3..b2caf3b43219f3ff88b3f84431536645776b53cc:/src/views-components/remove-dialog/remove-dialog.tsx diff --git a/src/views-components/remove-dialog/remove-dialog.tsx b/src/views-components/remove-dialog/remove-dialog.tsx index f08727f6..1bf76e49 100644 --- a/src/views-components/remove-dialog/remove-dialog.tsx +++ b/src/views-components/remove-dialog/remove-dialog.tsx @@ -4,8 +4,8 @@ import * as React from "react"; import { Dialog, DialogTitle, DialogContent, DialogActions, Button } from "@material-ui/core"; -import { withDialog } from "../../store/dialog/with-dialog"; -import { dialogActions } from "../../store/dialog/dialog-actions"; +import { withDialog } from "~/store/dialog/with-dialog"; +import { dialogActions } from "~/store/dialog/dialog-actions"; export const REMOVE_DIALOG = 'removeCollectionFilesDialog';