Expand lucide imports

cgen-649e81a3c4e8448fb6f23147a9ed4d01
This commit is contained in:
Builder.io 2025-10-04 20:44:59 +00:00
parent 3373feefb6
commit a61d4b98c0

View file

@ -18,23 +18,45 @@ import { aethexToast } from "@/lib/aethex-toast";
import { cn } from "@/lib/utils";
import { Link } from "react-router-dom";
import {
Users,
MessageCircle,
Github,
MessageSquare,
Twitter,
AlertTriangle,
ArrowDown,
ArrowRight,
Star,
Calendar,
MapPin,
Award,
TrendingUp,
Heart,
BarChart3,
Calendar,
CheckCircle,
ClipboardList,
Clock,
Coffee,
Code,
Flag,
FolderGit2,
Gamepad2,
CheckCircle,
Gavel,
Github,
Hash,
Headphones,
Heart,
Image,
Layers,
Loader2,
MapPin,
MessageCircle,
MessageSquare,
MessageSquarePlus,
MessageSquareText,
Mic,
Puzzle,
Shield,
Sparkles,
Star,
TrendingUp,
Twitter,
Users,
UserCircle,
Video,
Vote,
type LucideIcon,
} from "lucide-react";
type EventStatus = "Registration Open" | "Recurring" | "Upcoming" | "Waitlist";