X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/89c3c647797787377f4d950b38d320ee3b28e92c..38d27e9783f7f760cee84cc225e86144069848c4:/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 066bf2b8..8ca4ec89 100644 --- a/src/views/run-process-panel/inputs/generic-input.tsx +++ b/src/views/run-process-panel/inputs/generic-input.tsx @@ -2,10 +2,10 @@ // // SPDX-License-Identifier: AGPL-3.0 -import * as React from 'react'; +import React from 'react'; import { WrappedFieldProps } from 'redux-form'; import { FormGroup, FormLabel, FormHelperText } from '@material-ui/core'; -import { GenericCommandInputParameter, getInputLabel, isRequiredInput } from '~/models/workflow'; +import { GenericCommandInputParameter, getInputLabel, isRequiredInput } from 'models/workflow'; export type GenericInputProps = WrappedFieldProps & { commandInput: GenericCommandInputParameter;