import { GameContainer } from "@/components/GameContainer"; const Index = () => { return <GameContainer />; }; export default Index;