17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / not-found-dialog / not-found-dialog.tsx
index a9fd1c00ff3c0131fc498798d825a3632b019f78..eee64b66b9436f744278aeaaf9b7f7ecc080de9e 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from "react";
+import React from "react";
 import { Dispatch } from "redux";
 import { connect } from "react-redux";
 import { RootState } from 'store/store';