Files: e73bff8390f085ab1944c5d9ac4c514cbbacf355 / history / index.js
151 bytesRaw
1 | module.exports ={ |
2 | obs: { |
3 | store: require('./obs/store'), |
4 | }, |
5 | sync: { |
6 | push: require('./sync/push'), |
7 | back: require('./sync/back') |
8 | } |
9 | } |
10 | |
11 |
Built with git-ssb-web