17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / context-menu / actions / copy-to-clipboard-action.test.tsx
index 83cd03289b1641a8a4d6608131730de314356c70..898287399d1978e8fc92d37b2c902477d8c22c21 100644 (file)
@@ -2,10 +2,10 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { shallow, configure } from 'enzyme';
 import { ListItem } from "@material-ui/core";
-import * as Adapter from 'enzyme-adapter-react-16';
+import Adapter from 'enzyme-adapter-react-16';
 import { CopyToClipboardAction } from './copy-to-clipboard-action';
 
 configure({ adapter: new Adapter() });