Initial commit

This commit is contained in:
Alexander Zinn
2025-10-11 22:05:40 -03:00
commit 4182ab5ec0
8 changed files with 2206 additions and 0 deletions

6
scripts/main.js Normal file
View File

@@ -0,0 +1,6 @@
requirejs.config({
baseUrl: '../scripts/'
});
requirejs(["app/main"]);