17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / project-properties-dialog / project-properties-dialog.tsx
index 5d38f7180fac9301ddcce71990cd07f88bd1fa16..19d3bb56fccadde1d6642f698db458cb00805e83 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';