Files: 45747ccda7b06223e42c0ead8833c062687d0d80 / backup / index.js
143 bytesRaw
1 | module.exports = { |
2 | html: { |
3 | backup: require('./html/backup') |
4 | }, |
5 | async: { |
6 | exportIdentity: require('./async/exportIdentity'), |
7 | } |
8 | } |
9 |
Built with git-ssb-web
1 | module.exports = { |
2 | html: { |
3 | backup: require('./html/backup') |
4 | }, |
5 | async: { |
6 | exportIdentity: require('./async/exportIdentity'), |
7 | } |
8 | } |
9 |
Built with git-ssb-web