Files: 36fdd005ea9c7306764cf0040cbb11101156f80a / message / index.js
444 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 | shares: require('./html/shares'), |
10 | subject: require('./html/subject'), |
11 | timeago: require('./html/timeago') |
12 | }, |
13 | sync: { |
14 | getParticipants: require('./sync/getParticipants') |
15 | }, |
16 | obs: { |
17 | shares: require('./obs/shares') |
18 | } |
19 | } |
20 |
Built with git-ssb-web