5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
import * as game from './index.mjs';
|
|
|
|
export function startGame() {
|
|
game.changeView('game');
|
|
}
|