diff --git a/packages/browser-repl/src/components/types/error-output.tsx b/packages/browser-repl/src/components/types/error-output.tsx index b8fc889b5..749c90a94 100644 --- a/packages/browser-repl/src/components/types/error-output.tsx +++ b/packages/browser-repl/src/components/types/error-output.tsx @@ -1,7 +1,7 @@ import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { isShouldReportAsBugError } from '@mongosh/errors'; -import { css, cx, palette } from '@mongodb-js/compass-components'; +import { css, palette } from '@mongodb-js/compass-components'; import { SimpleTypeOutput } from './simple-type-output'; import { Expandable } from '../utils/expandable';