X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/25216cc7acedc987c26a159f0b640210c0ef101e..2a7fd99c212c33a1ec9911f8529fa5afc59a7bb2:/src/common/plugintypes.ts diff --git a/src/common/plugintypes.ts b/src/common/plugintypes.ts index 327fb02db1..da6e80592a 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';