Separated files, added Utils class

This commit is contained in:
2023-08-04 22:16:09 +03:00
parent 8afb59c0ac
commit e06089d443
4 changed files with 36 additions and 48 deletions

5
public/utils.js Normal file
View File

@@ -0,0 +1,5 @@
class Utils {
$(id) {
return document.getElementById(id);
}
}