This commit is contained in:
g
2025-02-07 21:43:17 +00:00
parent 891f57d729
commit b94391c8d5
41 changed files with 66 additions and 63 deletions

View File

@@ -4,7 +4,7 @@ import * as React from "react"
import * as SelectPrimitive from "@radix-ui/react-select"
import { Check, ChevronDown, ChevronUp } from "lucide-react"
import { cn } from '@/lib/styles';
import { cn } from "@/lib/styles";
const Select = SelectPrimitive.Root