import GameCommon from './../common/GameCommon.js' export default { createGame: GameCommon.setGame, handleInput: GameCommon.handleInput, }