X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/9fed03a84c6ef5234d61f7d62c93f7629da2409d..f22d9424ca3321c01e3a9b27ed5905b80eee35f5:/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';