Standardized tilde imports for non modules
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
useForwardProps
|
||||
} from "radix-vue"
|
||||
import { Check } from "lucide-vue-next"
|
||||
import { cn } from "@/lib/utils"
|
||||
import { cn } from "~/lib/utils"
|
||||
|
||||
const props = defineProps<SelectItemProps & { class?: HTMLAttributes["class"] }>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user