X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cf83b358f087a87b5ff095d3ed7a8c6920c60ffe..ae946826d1670cb786688e859bc1f3257150ae75:/src/views/not-found-panel/not-found-panel-root.test.tsx diff --git a/src/views/not-found-panel/not-found-panel-root.test.tsx b/src/views/not-found-panel/not-found-panel-root.test.tsx index 315b4b8c..d2acd777 100644 --- a/src/views/not-found-panel/not-found-panel-root.test.tsx +++ b/src/views/not-found-panel/not-found-panel-root.test.tsx @@ -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() });