X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/019459c71713b979cb4cc34ec3a91a947d2c235a..32e3370febf2e29c45e27065cdc14a883775f261:/src/views/run-process-panel/inputs/generic-input.tsx diff --git a/src/views/run-process-panel/inputs/generic-input.tsx b/src/views/run-process-panel/inputs/generic-input.tsx index a449c657ff..066bf2b855 100644 --- a/src/views/run-process-panel/inputs/generic-input.tsx +++ b/src/views/run-process-panel/inputs/generic-input.tsx @@ -4,8 +4,8 @@ import * as React from 'react'; import { WrappedFieldProps } from 'redux-form'; -import { FormGroup, FormLabel, Input, FormHelperText, FormControl } from '@material-ui/core'; -import { GenericCommandInputParameter, getInputLabel, isRequiredInput } from '../../../models/workflow'; +import { FormGroup, FormLabel, FormHelperText } from '@material-ui/core'; +import { GenericCommandInputParameter, getInputLabel, isRequiredInput } from '~/models/workflow'; export type GenericInputProps = WrappedFieldProps & { commandInput: GenericCommandInputParameter;