"use client"; import { GameEngine } from "@/components/game-engine"; export default function Page() { return <GameEngine />; }