git ssb

2+

mixmix / ticktack



Tree: c0a64989f4157a9fd83067b87859a94b12675f90

Files: c0a64989f4157a9fd83067b87859a94b12675f90 / backup / index.js

197 bytesRaw
1module.exports = {
2 html: {
3 backup: require('./html/backup')
4 },
5 async: {
6 exportIdentity: require('./async/exportIdentity'),
7 importIdentity: require('./async/importIdentity')
8 }
9}
10

Built with git-ssb-web