X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/89c3c647797787377f4d950b38d320ee3b28e92c..HEAD:/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 8724e08f..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,15 +2,15 @@ // // 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"; +import { TextField } from "components/text-field/text-field"; +import { SSH_KEY_PUBLIC_VALIDATION, SSH_KEY_NAME_VALIDATION } from "validators/validators"; export const SshKeyPublicField = () => ; @@ -18,7 +18,7 @@ export const SshKeyPublicField = () => export const SshKeyNameField = () => ;