Roadmap: add imports for new components
cgen-eb62cede02ff44c4b16b814fdc7c4a92
This commit is contained in:
parent
8a1f2d1643
commit
6fa5d2253e
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/com
|
|||
import { cn } from "@/lib/utils";
|
||||
import { useEffect, useMemo, useState } from "react";
|
||||
import { Sparkles, Lock, Gift, Rocket, Target, Flame, Eye, CheckCircle2, TimerReset } from "lucide-react";
|
||||
import ThemeToggle, { type RoadmapTheme } from "@/components/roadmap/ThemeToggle";
|
||||
import GalaxyMap from "@/components/roadmap/GalaxyMap";
|
||||
import Achievements from "@/components/roadmap/Achievements";
|
||||
import VoteWidget from "@/components/roadmap/VoteWidget";
|
||||
|
||||
interface Quest {
|
||||
id: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue