Finished refactoring History, added Startup IIFE

This commit is contained in:
unsettledgames
2021-07-15 17:10:07 +02:00
parent 4f4091ebb3
commit 7c80e8f342
12 changed files with 92 additions and 125 deletions

3
js/Startup.js Normal file
View File

@@ -0,0 +1,3 @@
const Startup = (() => {
})();