17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / api-token / api-token.tsx
index 98ca16a63b3798f3841b7f0e8cb6cf10b2f344fa..e57ba26a51fcf0f9223f8faff57453a45472f94d 100644 (file)
@@ -3,7 +3,7 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import { RouteProps } from "react-router";
-import * as React from "react";
+import React from "react";
 import { RootState } from "store/store";
 import { connect, DispatchProp } from "react-redux";
 import { saveApiToken } from "store/auth/auth-action";