// Copyright (C) The Arvados Authors. All rights reserved. // // SPDX-License-Identifier: AGPL-3.0 import * as React from "react"; import { Field } from "redux-form"; import { TextField } from "~/components/text-field/text-field"; import { USER_EMAIL_VALIDATION, USER_LENGTH_VALIDATION } from "~/validators/validators"; import { NativeSelectField } from "~/components/select-field/select-field"; export const UserFirstNameField = () => ; export const UserLastNameField = () => ; export const UserEmailField = () => ; export const UserIdentityUrlField = () => ; export const UserVirtualMachineField = () => ; export const UserGroupsVirtualMachineField = () => ;