X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/25216cc7acedc987c26a159f0b640210c0ef101e..cc6952cee5f114b62b851adcbc667ed20a3946ce:/src/views-components/form-fields/ssh-key-form-fields.tsx diff --git a/src/views-components/form-fields/ssh-key-form-fields.tsx b/src/views-components/form-fields/ssh-key-form-fields.tsx index a2f6790c..21217258 100644 --- a/src/views-components/form-fields/ssh-key-form-fields.tsx +++ b/src/views-components/form-fields/ssh-key-form-fields.tsx @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from "react"; +import React from "react"; import { Field } from "redux-form"; import { TextField } from "components/text-field/text-field"; import { SSH_KEY_PUBLIC_VALIDATION, SSH_KEY_NAME_VALIDATION } from "validators/validators"; @@ -10,7 +10,7 @@ import { SSH_KEY_PUBLIC_VALIDATION, SSH_KEY_NAME_VALIDATION } from "validators/v export const SshKeyPublicField = () => ; @@ -18,7 +18,7 @@ export const SshKeyPublicField = () => export const SshKeyNameField = () => ;