Import Select UI for filters and assignee

cgen-0c834d51dc1847cda840754c58f005d8
This commit is contained in:
Builder.io 2025-10-19 21:17:13 +00:00
parent fd9afd3068
commit 59aa3b57dd

View file

@ -12,6 +12,7 @@ import {
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Textarea } from "@/components/ui/textarea";
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select";
import { Badge } from "@/components/ui/badge";
import { aethexCollabService } from "@/lib/aethex-collab-service";
import LoadingScreen from "@/components/LoadingScreen";