17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views / not-found-panel / not-found-panel-root.test.tsx
index d17f5568cb27d83225e812a62bce50fcef17de05..d2acd77787b41e2bb400c80dd26c3c802f424e9e 100644 (file)
@@ -2,9 +2,9 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { mount, configure } from 'enzyme';
-import * as Adapter from "enzyme-adapter-react-16";
+import Adapter from "enzyme-adapter-react-16";
 import { StyledComponentProps, MuiThemeProvider } from '@material-ui/core';
 import { ClusterConfigJSON } from 'common/config';
 import { CustomTheme } from 'common/custom-theme';