X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/25216cc7acedc987c26a159f0b640210c0ef101e..3c7e3cdc547ad5468421e1c049daa94b0d4b8bc0:/src/plugins/example/index.tsx diff --git a/src/plugins/example/index.tsx b/src/plugins/example/index.tsx index c15036ca..5c7a1a71 100644 --- a/src/plugins/example/index.tsx +++ b/src/plugins/example/index.tsx @@ -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";