Skip to content

Commit ab7cc91

Browse files
committed
Fixes missing component imports in search
1 parent 1542ac3 commit ab7cc91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/webviews/apps/shared/components/search/search-input.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import { debounce } from '../../../../../system/function';
77
import { GlElement } from '../element';
88
import type { PopMenu } from '../overlays/pop-menu';
99
import '../code-icon';
10+
import '../menu';
11+
import '../overlays/pop-menu';
1012
import '../overlays/tooltip';
1113

1214
export interface SearchNavigationEventDetail {

0 commit comments

Comments
 (0)