diff --git a/client/pages/GameForge.tsx b/client/pages/GameForge.tsx index a488798f..b70b3f0e 100644 --- a/client/pages/GameForge.tsx +++ b/client/pages/GameForge.tsx @@ -3,8 +3,11 @@ import { Button } from "@/components/ui/button"; import { Badge } from "@/components/ui/badge"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { Gamepad2, Zap, Target, Trophy } from "lucide-react"; +import { useNavigate } from "react-router-dom"; export default function GameForge() { + const navigate = useNavigate(); + return (