17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / common / plugintypes.ts
index 327fb02db14596a82024d49750613bb6d311f4fd..da6e80592ae4da852a6afd4abadc1dee7d23883e 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import * as React from 'react';
+import React from 'react';
 import { Dispatch, Middleware } from 'redux';
 import { RootStore, RootState } from 'store/store';
 import { ResourcesState } from 'store/resources/resources';