X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e63198a93d7b537ffbb68b8210c99f76041fd112..d6a65f155ca546aea3a777e73076c2c80f2c88cc:/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 }>) =>