export * as Select from "./namespace"; export * from "./select"; export * from "./styles";
npx shadcn@latest add @kanpeki/select
import { Select } from "@/components/ui/select"
<Select />