17782: Fixes almost all tests (4 left) mostly by fixing namespace-type imports.
[arvados-workbench2.git] / src / plugins / example / index.tsx
index c15036ca1f50b9d6f0fa2d0d3280dcbd15844538..5c7a1a712b807e21135b848d905bea3a4ab8ed05 100644 (file)
@@ -5,7 +5,7 @@
 // Example workbench plugin.  The entry point is the "register" method.
 
 import { PluginConfig } from 'common/plugintypes';
-import * as React from 'react';
+import React from 'react';
 import { Dispatch } from 'redux';
 import { RootState } from 'store/store';
 import { push } from "react-router-redux";