Skip to content

Commit 7814c9f

Browse files
committed
remove unused imports
1 parent cbd3f81 commit 7814c9f

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

packages/compass-query-bar/src/components/option-editor.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import React, { useMemo, useRef } from 'react';
2-
import type { Signal } from '@mongodb-js/compass-components';
32
import {
43
css,
54
cx,
65
useFocusRing,
76
palette,
87
spacing,
9-
SignalPopover,
108
rafraf,
119
useDarkMode,
1210
} from '@mongodb-js/compass-components';

packages/compass-query-bar/src/components/query-bar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
} from '@mongodb-js/compass-generative-ai';
1616
import { connect } from '../stores/context';
1717
import { useIsAIFeatureEnabled } from 'compass-preferences-model/provider';
18-
import type { Signal } from '@mongodb-js/compass-components';
1918

2019
import {
2120
OPTION_DEFINITION,

packages/compass-query-bar/src/components/query-option.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React, { useCallback, useRef } from 'react';
2-
import type { Signal } from '@mongodb-js/compass-components';
32
import {
43
Label,
54
TextInput,

0 commit comments

Comments
 (0)