Files: 74c2a9875f6869e3cc0b3448d52f059aff9a2bfb / contact / index.js
177 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 | |
11 | |
12 |
Built with git-ssb-web