completionId: cgen-899498c2ba0e44d6a1114c89d7e28db5
cgen-899498c2ba0e44d6a1114c89d7e28db5
This commit is contained in:
parent
fcfe53d12b
commit
2b7d27bcda
1 changed files with 3 additions and 0 deletions
|
|
@ -3,8 +3,11 @@ import { Button } from "@/components/ui/button";
|
||||||
import { Badge } from "@/components/ui/badge";
|
import { Badge } from "@/components/ui/badge";
|
||||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
||||||
import { Gamepad2, Zap, Target, Trophy } from "lucide-react";
|
import { Gamepad2, Zap, Target, Trophy } from "lucide-react";
|
||||||
|
import { useNavigate } from "react-router-dom";
|
||||||
|
|
||||||
export default function GameForge() {
|
export default function GameForge() {
|
||||||
|
const navigate = useNavigate();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<div className="relative min-h-screen bg-black text-white overflow-hidden">
|
<div className="relative min-h-screen bg-black text-white overflow-hidden">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue