17119: Merge branch 'master' into 17119-support-filter-groups
[arvados-workbench2.git] / src / views / run-process-panel / inputs / generic-input.tsx
index a449c657ffe0adb39594ac61249c96e6d34ef1f2..066bf2b8554729e218dc1671cff9975d1d49dfbc 100644 (file)
@@ -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<any, any>;