Contact: import Select and add state for topic/urgency
cgen-7ba5073cf4c940e789e9207389d1e9a0
This commit is contained in:
parent
3225bfd3dd
commit
399c03df4b
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import { Button } from "@/components/ui/button";
|
|||
import { Input } from "@/components/ui/input";
|
||||
import { Textarea } from "@/components/ui/textarea";
|
||||
import { Label } from "@/components/ui/label";
|
||||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select";
|
||||
import { aethexToast } from "@/lib/aethex-toast";
|
||||
import { Mail, Phone, MessageSquare } from "lucide-react";
|
||||
import { useState } from "react";
|
||||
|
|
|
|||
Loading…
Reference in a new issue