Files: b42fccbaa67e2711ebbeb26092b463df381ba13a / contact / index.js
172 bytesRaw
1 | module.exports = { |
2 | html: { |
3 | follow: require('./html/follow'), |
4 | block: require('./html/block') |
5 | }, |
6 | obs: { |
7 | relationships: require('./obs/relationships') |
8 | } |
9 | } |
10 |
Built with git-ssb-web