17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / form-fields / repository-form-fields.tsx
index be0d9ca6e733da467c332d60c0cbeef6c2de24c0..ff35779cf7050b775681ebf28ac0bb13305991d7 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from "react";
+import React from "react";
 import { Field } from "redux-form";
 import { TextField } from "components/text-field/text-field";
 import { REPOSITORY_NAME_VALIDATION } from "validators/validators";