Split out render methods into 'views' leaving UI logic in 'controllers'. Hopefully should make it easier to skin / customise.
This commit is contained in:
parent
c8f0bac128
commit
2abea931ca
36 changed files with 303 additions and 184 deletions
|
@ -1 +1 @@
|
|||
module.exports.MatrixChat = require("./pages/MatrixChat");
|
||||
module.exports.MatrixChat = require("./views/pages/MatrixChat");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue