git ssb

2+

mixmix / ticktack



Tree: a73aa37ff93b9ce8d191f6ab8ad82e4c673126f2

Files: a73aa37ff93b9ce8d191f6ab8ad82e4c673126f2 / app / index.js

276 bytesRaw
1module.exports = {
2 html: {
3 app: require('./html/app'),
4 thread: require('./html/thread')
5 },
6 page: {
7 group: require('./page/group'),
8 home: require('./page/home'),
9 private: require('./page/private')
10 },
11 sync: {
12 goTo: require('./sync/goTo')
13 }
14}
15

Built with git-ssb-web