About: add imports for contact-like UI, toast, message icon, and state
cgen-a52b72f215b6452f96dcfc43d65b4b00
This commit is contained in:
parent
cf08727e53
commit
93faa3667d
1 changed files with 7 additions and 1 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue