+ Add some new concepts to DEVELOPMENT.md

+ Add icon
This commit is contained in:
2019-10-26 15:56:25 +02:00
parent 0fa86ee35c
commit c258d995cf
12 changed files with 117 additions and 29 deletions

10
src/js/loader.js Normal file
View File

@@ -0,0 +1,10 @@
/**
* This script loads or unloads different modules present in src/js
*/
class Loader {
index = null;
constructor(index) {
}
}