Skip to content

Commit ea2b1f3

Browse files
committed
fixup: lint
1 parent 3d724dc commit ea2b1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-aggregations/src/components/stage-preview/stage-preview-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { connect } from 'react-redux';
3-
import { Body, Link, Tooltip, css } from '@mongodb-js/compass-components';
3+
import { Body, Link, Tooltip } from '@mongodb-js/compass-components';
44
import type { RootState } from '../../modules';
55
import { getStageInfo } from '../../utils/stage';
66
import type { StoreStage } from '../../modules/pipeline-builder/stage-editor';

0 commit comments

Comments
 (0)