Skip to content

Commit 1084c1d

Browse files
fix: added missing import
1 parent 5f0f7c9 commit 1084c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/Autocomplete/Autocomplete.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22

33
import { Command as CommandPrimitive } from 'cmdk';
4-
import { type KeyboardEvent, useCallback, useRef, useState } from 'react';
4+
import React, { type KeyboardEvent, useCallback, useRef, useState } from 'react';
55

66
import { cn } from '@o2s/ui/lib/utils';
77

0 commit comments

Comments
 (0)