About: add imports for contact-like UI, toast, message icon, and state

cgen-a52b72f215b6452f96dcfc43d65b4b00
This commit is contained in:
Builder.io 2025-09-28 06:54:31 +00:00
parent cf08727e53
commit 93faa3667d

View file

@ -8,7 +8,13 @@ import {
} from "@/components/ui/card";
import { Badge } from "@/components/ui/badge";
import { Button } from "@/components/ui/button";
import { Rocket, Cpu, Users, Shield, Zap, GitBranch } from "lucide-react";
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 { Rocket, Cpu, Users, Shield, Zap, GitBranch, MessageSquare } from "lucide-react";
import { useState } from "react";
export default function About() {
const values = [