X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/25216cc7acedc987c26a159f0b640210c0ef101e..f6be4e1d3549279defd4a0c1a38f42017102dcd5:/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 d17f5568cb..d2acd77787 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';