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 28d373b commit 4438d06Copy full SHA for 4438d06
packages/browser-repl/src/components/types/error-output.tsx
@@ -1,7 +1,7 @@
1
import React, { Component } from 'react';
2
import PropTypes from 'prop-types';
3
import { isShouldReportAsBugError } from '@mongosh/errors';
4
-import { css, cx, palette } from '@mongodb-js/compass-components';
+import { css, palette } from '@mongodb-js/compass-components';
5
6
import { SimpleTypeOutput } from './simple-type-output';
7
import { Expandable } from '../utils/expandable';
0 commit comments