17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / components / form-field / form-field.tsx
index 32362ac4bed9d70eace70a186b81bd88fe531b39..81e08813cec3499bc1500bb1ead46ca46231b797 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { WrappedFieldProps, WrappedFieldInputProps } from 'redux-form';
 import { FormGroup, FormLabel, FormHelperText } from '@material-ui/core';