We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9b779 commit 8be3500Copy full SHA for 8be3500
components/ui/command-menu.tsx
@@ -9,15 +9,13 @@ import type {
9
MenuProps,
10
MenuTriggerProps,
11
SearchFieldProps,
12
-
13
} from "react-aria-components"
14
import {
15
Autocomplete,
16
Button,
17
Collection,
18
CollectionRendererContext,
19
DefaultCollectionRenderer,
20
- useFilter,
21
Dialog,
22
Header,
23
Input,
@@ -28,6 +26,7 @@ import {
28
26
ModalOverlay,
29
27
OverlayTriggerStateContext,
30
SearchField,
+ useFilter,
31
32
import { tv } from "tailwind-variants"
33
import { DropdownKeyboard } from "./dropdown"
0 commit comments