17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / sharing-dialog / sharing-dialog-content.tsx
index 2c9bb01d38bfaedd113e1322c961bd80a4f904b3..15df22456e2a1ab74b3d1d0fb7a832e69bf6cd4f 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { Grid, Typography } from '@material-ui/core';
 
 import { SharingInvitationForm } from './sharing-invitation-form';