This website requires JavaScript.
Explore
Help
Sign In
gaja-group
/
matrix-bot
Watch
2
Star
0
Fork
You've already forked matrix-bot
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
cc4fa6140c
matrix-bot
/
src
/
index.js
2 lines
65 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Split out render methods into 'views' leaving UI logic in 'controllers'. Hopefully should make it easier to skin / customise.
2015-06-19 13:53:48 +02:00
module
.
exports
.
MatrixChat
=
require
(
"./views/pages/MatrixChat"
)
;