X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/12a7331edc4ca08c12f0d525df1a979d10cd1168..d911869b4340a32575e3a2cdce26ebd543522e42:/src/components/rename-dialog/rename-dialog.tsx diff --git a/src/components/rename-dialog/rename-dialog.tsx b/src/components/rename-dialog/rename-dialog.tsx index f70d857df3..e025764848 100644 --- a/src/components/rename-dialog/rename-dialog.tsx +++ b/src/components/rename-dialog/rename-dialog.tsx @@ -4,8 +4,8 @@ import * as React from "react"; import { InjectedFormProps, Field } from "redux-form"; -import { Dialog, DialogTitle, DialogContent, DialogActions, Button, Typography, DialogContentText, CircularProgress } from "@material-ui/core"; -import { WithDialogProps } from "../../store/dialog/with-dialog"; +import { Dialog, DialogTitle, DialogContent, DialogActions, Button, DialogContentText, CircularProgress } from "@material-ui/core"; +import { WithDialogProps } from "~/store/dialog/with-dialog"; import { TextField } from "../text-field/text-field"; export const RenameDialog = (props: WithDialogProps & InjectedFormProps<{ name: string }>) =>