17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views / run-process-panel / inputs / generic-input.tsx
index e7a3544088ade68135f15c33af2b947ebff376ee..8ca4ec89502f045b544c00cc64b0ee84778e382c 100644 (file)
@@ -2,7 +2,7 @@
 //
 // 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';