import * as game from './index.mjs'; export function startGame() { game.changeView('game'); }