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