17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views / run-process-panel / inputs / boolean-input.tsx
index 99577c24976410e6692bb50c99a17913091f2b06..c8ef88503e765a932df0b016f5cf45fe8d191638 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { memoize } from 'lodash/fp';
 import { BooleanCommandInputParameter } from 'models/workflow';
 import { Field } from 'redux-form';