17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / views-components / details-panel / file-details.tsx
index b20cd4e05b7b13b988b1f96347bf7bab8693548c..7c11eb8baa263a80b3890428c42995bb9390e5e8 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { DetailsData } from "./details-data";
 import { CollectionFile, CollectionDirectory, CollectionFileType } from 'models/collection-file';
 import { getIcon } from 'components/file-tree/file-tree-item';