initial commit
This commit is contained in:
9
js/controller.js
Normal file
9
js/controller.js
Normal file
@@ -0,0 +1,9 @@
|
||||
class Controller {
|
||||
constructor() {
|
||||
this.init();
|
||||
}
|
||||
|
||||
init() {
|
||||
console.log("here");
|
||||
}
|
||||
}
|
||||
1
js/main.js
Normal file
1
js/main.js
Normal file
@@ -0,0 +1 @@
|
||||
const app = new Controller();
|
||||
Reference in New Issue
Block a user