X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/25216cc7acedc987c26a159f0b640210c0ef101e..7435f8f863ff94834d7188772547cfb0cd4ba1d4:/src/views/not-found-panel/not-found-panel-root.test.tsx?ds=sidebyside 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 d17f5568..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,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';