Skip to content

Commit ecd4987

Browse files
committed
chore(headless select): re-add imports after rebase 🤷‍♂️
1 parent 8a152e4 commit ecd4987

File tree

1 file changed

+2
-0
lines changed
  • packages/kit-headless/src/components/select

1 file changed

+2
-0
lines changed

packages/kit-headless/src/components/select/select.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import {
77
useComputed$,
88
type QRL,
99
useId,
10+
PropsOf,
11+
Signal,
1012
} from '@builder.io/qwik';
1113
import { type SelectContext } from './select-context';
1214
import SelectContextId from './select-context';

0 commit comments

Comments
 (0)