17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / favorite-star / favorite-star.tsx
index 3cfeee6d02313e548f1b6c716d0bf1a0bb0bbb56..f21fcdc4e5f0b202dbb9b4d3af7b9026d75f1b7c 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from "react";
+import React from "react";
 import { FavoriteIcon, PublicFavoriteIcon } from "components/icon/icon";
 import { connect } from "react-redux";
 import { RootState } from "store/store";