import GameOfSim from '@/components/GameOfSim'; const GameOfSimPage = () => { return (
); }; export default GameOfSimPage;