X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ac0824da1999359c43df8ef0eba924494a666fe7..73e8a8225a4a702e3392da9ac9bb50ff479377c0:/src/views-components/dialog-forms/create-ssh-key-dialog.ts diff --git a/src/views-components/dialog-forms/create-ssh-key-dialog.ts b/src/views-components/dialog-forms/create-ssh-key-dialog.ts index 6472c3ae57..d947eadf16 100644 --- a/src/views-components/dialog-forms/create-ssh-key-dialog.ts +++ b/src/views-components/dialog-forms/create-ssh-key-dialog.ts @@ -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),