1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Snake/sources/js/index.js

6 lines
123 B
JavaScript

import { Game } from "/sources/js/Game"
document.addEventListener('DOMContentLoaded', function() {
M.AutoInit();
});