3 lines
81 B
JavaScript
3 lines
81 B
JavaScript
import { init } from './game/index.mjs';
|
|
|
|
window.addEventListener('load', init);
|