Merge branch '17782-react-scripts-ts-migration' into main. Closes #17782
[arvados-workbench2.git] / src / views-components / dialog-forms / create-ssh-key-dialog.ts
index 6472c3ae57a5c8743db8c7bbc7da2dc466d6fe9d..d947eadf16355b6c79b6ead6062b056f5bc90ae3 100644 (file)
@@ -4,13 +4,13 @@
 
 import { compose } from "redux";
 import { reduxForm } from 'redux-form';
-import { withDialog } from "~/store/dialog/with-dialog";
+import { withDialog } from "store/dialog/with-dialog";
 import {
     SSH_KEY_CREATE_FORM_NAME,
     createSshKey,
     SshKeyCreateFormDialogData
-} from '~/store/auth/auth-action-ssh';
-import { DialogSshKeyCreate } from '~/views-components/dialog-create/dialog-ssh-key-create';
+} from 'store/auth/auth-action-ssh';
+import { DialogSshKeyCreate } from 'views-components/dialog-create/dialog-ssh-key-create';
 
 export const CreateSshKeyDialog = compose(
     withDialog(SSH_KEY_CREATE_FORM_NAME),