18559: Update user profile cypress tests and fix minor issues
[arvados-workbench2.git] / src / views / not-found-panel / not-found-panel-root.test.tsx
index 315b4b8c83c5a98c326a0b8c06f9a381aedbf50d..d2acd77787b41e2bb400c80dd26c3c802f424e9e 100644 (file)
@@ -2,12 +2,12 @@
 //
 // 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';
+import { ClusterConfigJSON } from 'common/config';
+import { CustomTheme } from 'common/custom-theme';
 import { NotFoundPanelRoot, NotFoundPanelRootDataProps, CssRules } from './not-found-panel-root';
 
 configure({ adapter: new Adapter() });