added client folders and cleaned index.html
This commit is contained in:
3
client/app/utilities/Node.js
Normal file
3
client/app/utilities/Node.js
Normal file
@@ -0,0 +1,3 @@
|
||||
function Node (name) {
|
||||
this.name = name;
|
||||
}
|
||||
Reference in New Issue
Block a user