17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / file-uploader / file-uploader.tsx
index aed728a0bc3c6c95fd0a4fd0f7fe4dc09354624d..82e400f78a241a114f72999f3e5fae735a7c0fc9 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { FileUpload } from 'components/file-upload/file-upload';
 import { connect } from 'react-redux';
 import { RootState } from 'store/store';