X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f9dde5c781766b8be71d43d0f031c201a0edcfbb..73e8a8225a4a702e3392da9ac9bb50ff479377c0:/src/views-components/dialog-create/dialog-ssh-key-create.tsx diff --git a/src/views-components/dialog-create/dialog-ssh-key-create.tsx b/src/views-components/dialog-create/dialog-ssh-key-create.tsx index aed1cd245d..6337f0a08d 100644 --- a/src/views-components/dialog-create/dialog-ssh-key-create.tsx +++ b/src/views-components/dialog-create/dialog-ssh-key-create.tsx @@ -2,12 +2,12 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; +import React from 'react'; import { InjectedFormProps } from 'redux-form'; -import { WithDialogProps } from '~/store/dialog/with-dialog'; -import { FormDialog } from '~/components/form-dialog/form-dialog'; -import { SshKeyPublicField, SshKeyNameField } from '~/views-components/form-fields/ssh-key-form-fields'; -import { SshKeyCreateFormDialogData } from '~/store/auth/auth-action-ssh'; +import { WithDialogProps } from 'store/dialog/with-dialog'; +import { FormDialog } from 'components/form-dialog/form-dialog'; +import { SshKeyPublicField, SshKeyNameField } from 'views-components/form-fields/ssh-key-form-fields'; +import { SshKeyCreateFormDialogData } from 'store/auth/auth-action-ssh'; type DialogSshKeyProps = WithDialogProps<{}> & InjectedFormProps;