refactor(icons): migrate workspace to Icones
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as React from "react"
|
||||
|
||||
import { cn } from "@workspace/ui/lib/utils"
|
||||
import { ChevronDownIcon } from "lucide-react"
|
||||
import { ChevronDownIcon } from "@workspace/ui/components/icon"
|
||||
|
||||
type NativeSelectProps = Omit<React.ComponentProps<"select">, "size"> & {
|
||||
size?: "sm" | "default"
|
||||
|
||||
Reference in New Issue
Block a user