X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/25216cc7acedc987c26a159f0b640210c0ef101e..1ef4bffbfa4d05ae4356ef22b3964d6152310fb9:/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 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';