17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / remove-dialog / remove-dialog.tsx
index c9c1d8796528c94c1c3b8978748d6b8ed54b5775..544cbf618139b9e79f7dd949de86b7154baa0603 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from "react";
+import React from "react";
 import { Dialog, DialogTitle, DialogContent, DialogActions, Button } from "@material-ui/core";
 import { withDialog } from "store/dialog/with-dialog";
 import { dialogActions } from "store/dialog/dialog-actions";