We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d724dc commit ea2b1f3Copy full SHA for ea2b1f3
packages/compass-aggregations/src/components/stage-preview/stage-preview-header.tsx
@@ -1,6 +1,6 @@
1
import React from 'react';
2
import { connect } from 'react-redux';
3
-import { Body, Link, Tooltip, css } from '@mongodb-js/compass-components';
+import { Body, Link, Tooltip } from '@mongodb-js/compass-components';
4
import type { RootState } from '../../modules';
5
import { getStageInfo } from '../../utils/stage';
6
import type { StoreStage } from '../../modules/pipeline-builder/stage-editor';
0 commit comments