We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0f7c9 commit 1084c1dCopy full SHA for 1084c1d
packages/ui/src/components/Autocomplete/Autocomplete.tsx
@@ -1,7 +1,7 @@
1
'use client';
2
3
import { Command as CommandPrimitive } from 'cmdk';
4
-import { type KeyboardEvent, useCallback, useRef, useState } from 'react';
+import React, { type KeyboardEvent, useCallback, useRef, useState } from 'react';
5
6
import { cn } from '@o2s/ui/lib/utils';
7
0 commit comments