Expand lucide imports
cgen-649e81a3c4e8448fb6f23147a9ed4d01
This commit is contained in:
parent
3373feefb6
commit
a61d4b98c0
1 changed files with 33 additions and 11 deletions
|
|
@ -18,23 +18,45 @@ import { aethexToast } from "@/lib/aethex-toast";
|
||||||
import { cn } from "@/lib/utils";
|
import { cn } from "@/lib/utils";
|
||||||
import { Link } from "react-router-dom";
|
import { Link } from "react-router-dom";
|
||||||
import {
|
import {
|
||||||
Users,
|
AlertTriangle,
|
||||||
MessageCircle,
|
ArrowDown,
|
||||||
Github,
|
|
||||||
MessageSquare,
|
|
||||||
Twitter,
|
|
||||||
ArrowRight,
|
ArrowRight,
|
||||||
Star,
|
|
||||||
Calendar,
|
|
||||||
MapPin,
|
|
||||||
Award,
|
Award,
|
||||||
TrendingUp,
|
BarChart3,
|
||||||
Heart,
|
Calendar,
|
||||||
|
CheckCircle,
|
||||||
|
ClipboardList,
|
||||||
|
Clock,
|
||||||
Coffee,
|
Coffee,
|
||||||
Code,
|
Code,
|
||||||
|
Flag,
|
||||||
|
FolderGit2,
|
||||||
Gamepad2,
|
Gamepad2,
|
||||||
CheckCircle,
|
Gavel,
|
||||||
|
Github,
|
||||||
|
Hash,
|
||||||
|
Headphones,
|
||||||
|
Heart,
|
||||||
|
Image,
|
||||||
|
Layers,
|
||||||
Loader2,
|
Loader2,
|
||||||
|
MapPin,
|
||||||
|
MessageCircle,
|
||||||
|
MessageSquare,
|
||||||
|
MessageSquarePlus,
|
||||||
|
MessageSquareText,
|
||||||
|
Mic,
|
||||||
|
Puzzle,
|
||||||
|
Shield,
|
||||||
|
Sparkles,
|
||||||
|
Star,
|
||||||
|
TrendingUp,
|
||||||
|
Twitter,
|
||||||
|
Users,
|
||||||
|
UserCircle,
|
||||||
|
Video,
|
||||||
|
Vote,
|
||||||
|
type LucideIcon,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
type EventStatus = "Registration Open" | "Recurring" | "Upcoming" | "Waitlist";
|
type EventStatus = "Registration Open" | "Recurring" | "Upcoming" | "Waitlist";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue