Files: fea2881ae175c88bac926fcff65d32598742e9a1 / message / index.js
396 bytesRaw
1 | module.exports = { |
2 | async: { |
3 | publish: require('./async/publish') |
4 | }, |
5 | html: { |
6 | channel: require('./html/channel'), |
7 | comment: require('./html/comment'), |
8 | compose: require('./html/compose'), |
9 | likes: require('./html/likes'), |
10 | subject: require('./html/subject'), |
11 | timeago: require('./html/timeago') |
12 | }, |
13 | sync: { |
14 | getParticipants: require('./sync/getParticipants') |
15 | } |
16 | } |
17 |
Built with git-ssb-web