"use client" import * as React from "react" import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator, SelectTrigger, SelectValue, } from "@/components/ui/select" export function SelectDemo() { return ( ) }