mirror of
https://github.com/keven1024/015.git
synced 2026-06-02 10:29:35 +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 { DropdownMenuSubTriggerProps } from 'reka-ui'
|
||||
import type { HTMLAttributes } from 'vue'
|
||||
import { reactiveOmit } from '@vueuse/core'
|
||||
import { ChevronRight } from 'lucide-vue-next'
|
||||
import { ChevronRight } from '@lucide/vue'
|
||||
import { DropdownMenuSubTrigger, useForwardProps } from 'reka-ui'
|
||||
import { cn } from '@/lib/utils'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user