Skip to content

Commit 4438d06

Browse files
authored
fix(browser-repl): fix linting error (#2308)
Missed in 0919d39.
1 parent 28d373b commit 4438d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser-repl/src/components/types/error-output.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { Component } from 'react';
22
import PropTypes from 'prop-types';
33
import { isShouldReportAsBugError } from '@mongosh/errors';
4-
import { css, cx, palette } from '@mongodb-js/compass-components';
4+
import { css, palette } from '@mongodb-js/compass-components';
55

66
import { SimpleTypeOutput } from './simple-type-output';
77
import { Expandable } from '../utils/expandable';

0 commit comments

Comments
 (0)