17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / dialog-forms / setup-shell-account-dialog.tsx
index e01a7389ea93252129051228ef941ee707b0b75e..70d55a4c87a2f8f74b242fccee47d721b3e05deb 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright (C) The Arvados Authors. All rights reserved.
 //
 // SPDX-License-Identifier: AGPL-3.0
-import * as React from 'react';
+import React from 'react';
 import { compose } from "redux";
 import { reduxForm, InjectedFormProps, Field } from 'redux-form';
 import { withDialog, WithDialogProps } from "store/dialog/with-dialog";