Fixed imports & lint errors
This commit is contained in:
parent
0cd703da54
commit
9778e7dc71
2 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import * as React from "react"
|
||||
import { Select as SelectPrimitive } from "@base-ui/react/select"
|
||||
|
||||
import { cn } from "@/lib/utils"
|
||||
import { cn } from "../lib/utils"
|
||||
import { ChevronDownIcon, CheckIcon, ChevronUpIcon } from "lucide-react"
|
||||
|
||||
const Select = SelectPrimitive.Root
|
||||
|
|
|
|||
Loading…
Reference in a new issue