17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / components / progress-button / progress-button.tsx
index 14286dd21312c2f7e45655ab22b4247ee1a4dfd7..751373cc4051b6bf00f0c461cf4415a076c1f2e5 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import Button, { ButtonProps } from '@material-ui/core/Button';
 import { CircularProgress, withStyles } from '@material-ui/core';
 import { CircularProgressProps } from '@material-ui/core/CircularProgress';