diff --git a/vuu-ui/packages/vuu-data-react/src/hooks/useVuuMenuActions.tsx b/vuu-ui/packages/vuu-data-react/src/hooks/useVuuMenuActions.tsx index 52c6cc48f..83f9210f7 100644 --- a/vuu-ui/packages/vuu-data-react/src/hooks/useVuuMenuActions.tsx +++ b/vuu-ui/packages/vuu-data-react/src/hooks/useVuuMenuActions.tsx @@ -4,8 +4,6 @@ import { DataSourceVisualLinkCreatedMessage, MenuActionHandler, MenuBuilder, - MenuRpcResponse, - RpcResponse, RpcResponseHandler, } from "@finos/vuu-data-types"; import { useDialogContext, type MenuActionClosePopup } from "@finos/vuu-popups"; diff --git a/vuu-ui/tools/vuu-showcase/src/ShowcaseStandalone.tsx b/vuu-ui/tools/vuu-showcase/src/ShowcaseStandalone.tsx index eb19b1c48..6aed4b65c 100644 --- a/vuu-ui/tools/vuu-showcase/src/ShowcaseStandalone.tsx +++ b/vuu-ui/tools/vuu-showcase/src/ShowcaseStandalone.tsx @@ -35,9 +35,6 @@ const asDensity = (input: string | undefined): Density => { } }; -type Environment = "development" | "production"; -const env = process.env.NODE_ENV as Environment; - // The theme is passed as a queryString parameter in the url // themeMode and density are passed via the url hash, so can be // changed without refreshing the page