Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed Jun 5, 2024
1 parent 7bb36f7 commit c9ec2e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import {
DataSourceVisualLinkCreatedMessage,
MenuActionHandler,
MenuBuilder,
MenuRpcResponse,
RpcResponse,
RpcResponseHandler,
} from "@finos/vuu-data-types";
import { useDialogContext, type MenuActionClosePopup } from "@finos/vuu-popups";
Expand Down
3 changes: 0 additions & 3 deletions vuu-ui/tools/vuu-showcase/src/ShowcaseStandalone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9ec2e7

Please sign in to comment.