17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views / run-process-panel / workflow-preset-select.tsx
index 8b159188292e9b087d5e2f5768404db2e83f5180..c30cb706911c752aa82a10752de739606ae26624 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { Select, FormControl, InputLabel, MenuItem, Tooltip, withStyles, WithStyles } from '@material-ui/core';
 import { WorkflowResource } from 'models/workflow';
 import { DetailsIcon } from 'components/icon/icon';