mirror of
https://github.com/keven1024/015.git
synced 2026-06-04 19:39:36 +00:00
chore(dependencies): replace lucide-vue-next imports with @lucide/vue across multiple components for consistency and improved dependency management
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import type { ListboxFilterProps } from 'reka-ui'
|
||||
import type { HTMLAttributes } from 'vue'
|
||||
import { reactiveOmit } from '@vueuse/core'
|
||||
import { Search } from 'lucide-vue-next'
|
||||
import { Search } from '@lucide/vue'
|
||||
import { ListboxFilter, useForwardProps } from 'reka-ui'
|
||||
import { cn } from '@/lib/utils'
|
||||
import { useCommand } from '.'
|
||||
|
||||
Reference in New Issue
Block a user