X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/25216cc7acedc987c26a159f0b640210c0ef101e..6ddbc50bc04b9bedce3f54cf69660fc819fce67a:/src/common/plugintypes.ts diff --git a/src/common/plugintypes.ts b/src/common/plugintypes.ts index 327fb02d..da6e8059 100644 --- a/src/common/plugintypes.ts +++ b/src/common/plugintypes.ts @@ -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';