Skip to content

Commit a22b821

Browse files
committed
fix: typecheck
1 parent d2963ad commit a22b821

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/vue/src/components/combobox/examples/async-search.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script setup lang="ts">
22
import { useAsyncList } from '@ark-ui/vue/collection'
3-
import { type Combobox, createListCollection } from '@ark-ui/vue/combobox'
3+
// biome-ignore lint/style/useImportType: intentional
4+
import { Combobox, createListCollection } from '@ark-ui/vue/combobox'
45
import { CheckIcon, ChevronsUpDownIcon, LoaderIcon, XIcon } from 'lucide-vue-next'
56
import { computed } from 'vue'
67
import styles from 'styles/combobox.module.css'

0 commit comments

Comments
 (0)