File size: 136 Bytes
55a034a |
1 2 3 4 5 6 7 |
import { GameContainer } from "@/components/GameContainer";
const Index = () => {
return <GameContainer />;
};
export default Index; |
55a034a |
1 2 3 4 5 6 7 |
import { GameContainer } from "@/components/GameContainer";
const Index = () => {
return <GameContainer />;
};
export default Index; |