Skip to content

Commit c6669b8

Browse files
committed
fix: remove unused imports
1 parent c6b270f commit c6669b8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/compass-components/src/components/document-list/element.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
ElementEvents,
1616
ElementEditor,
1717
DEFAULT_VISIBLE_ELEMENTS,
18-
objectToIdiomaticEJSON,
1918
} from 'hadron-document';
2019
import BSONValue from '../bson-value';
2120
import { spacing } from '@leafygreen-ui/tokens';

packages/compass-crud/src/components/document-json-view-item.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import React from 'react';
22
import type HadronDocument from 'hadron-document';
3-
import { css, KeylineCard } from '@mongodb-js/compass-components';
4-
3+
import { css, KeylineCard, useMergeRefs } from '@mongodb-js/compass-components';
54
import JSONEditor, { type JSONEditorProps } from './json-editor';
65
import { useDocumentItemContextMenu } from './use-document-item-context-menu';
7-
import { useMergeRefs } from '@mongodb-js/compass-components';
86

97
const keylineCardStyles = css({
108
overflow: 'hidden',

0 commit comments

Comments
 (0)