17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / components / warning / warning.tsx
index 8273cea69a24355dfa526f3f7132e72d35a11be5..d459a37db004b7f09e193dbaf83627d4c3118fbc 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from "react";
+import React from "react";
 import { ErrorIcon } from "components/icon/icon";
 import { Tooltip } from "@material-ui/core";
 import { disallowSlash } from "validators/valid-name";