X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e79b7364ea28b6f0719c9adf409ba1217b9ccac8..825ea4fce4ba3568f6105c17e83f4769a9323759:/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 a449c657..066bf2b8 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;