17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / dialog-create / dialog-project-create.tsx
index f0234f6daaca9c9a78eb18339a74457a7ecaf1fa..85a2380e9d1029350c27c64d9a197dc2ff8bfb5a 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { InjectedFormProps } from 'redux-form';
 import { WithDialogProps } from 'store/dialog/with-dialog';
 import { ProjectCreateFormDialogData } from 'store/projects/project-create-actions';