git ssb

16+

Dominic / patchbay



Tree: a48b8e932c4ae4ce8ffaf7d73f6a8ab26057700c

Files: a48b8e932c4ae4ce8ffaf7d73f6a8ab26057700c / modules_basic / avatar / index.js

219 bytesRaw
1module.exports = {
2 'edit': require('./edit'),
3 'image': require('./image'),
4 'link': require('./link'),
5 'name': require('./name'),
6 'profile': require('./profile'),
7 'avatar': require('./avatar')
8}
9
10

Built with git-ssb-web