Add typescript paths to top level folders
[arvados-workbench2.git] / src / components / rename-dialog / rename-dialog.tsx
index f70d857df36c036c8aa71a0e20e8dfad48f1c674..e025764848de03adae00bc14227764acff00c58b 100644 (file)
@@ -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<string> & InjectedFormProps<{ name: string }>) =>