Skip to content

Commit

Permalink
fix(browser-repl): fix linting error (#2308)
Browse files Browse the repository at this point in the history
Missed in 0919d39.
  • Loading branch information
addaleax authored Dec 24, 2024
1 parent 28d373b commit 4438d06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 4438d06

Please sign in to comment.