X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/62ff5a943865229c1630c66366f824511048ce63..af30470573cfe6627ef39aae023f92d846f1b132:/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 28c3a36225..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 '~/models/ssh-key'; +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;