Add basic pages for crushes and chat
This commit is contained in:
parent
0eddaed6a1
commit
4e7d4f042b
|
@ -0,0 +1,5 @@
|
|||
app.pages.chat = {
|
||||
load: function(args) {
|
||||
console.log('CHAT');
|
||||
},
|
||||
};
|
|
@ -0,0 +1,5 @@
|
|||
app.pages.crushes = {
|
||||
load: function(args) {
|
||||
console.log('CRUSHES');
|
||||
},
|
||||
};
|
Loading…
Reference in New Issue