17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / components / subprocess-filter / subprocess-filter.tsx
index 6ab2d6db7dd3c6f01a9def451daabda97802631d..1722de8f17231e9d6ad6723e09e466695900e86f 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { StyleRulesCallback, WithStyles, withStyles } from '@material-ui/core/styles';
 import { ArvadosTheme } from 'common/custom-theme';
 import { Typography, Switch } from '@material-ui/core';