X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e1605f7c93aeb41ae31e0dd88a9afd8709136b62..19fbb2305b4bbd3443d4a52e556e8018cb4d73cb:/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 6472c3ae..d947eadf 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),