git ssb

2+

mixmix / ticktack



Tree: 20d42aa4579ccf514dcea6d0c660fbf3d715a74c

Files: 20d42aa4579ccf514dcea6d0c660fbf3d715a74c / app / index.js

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

Built with git-ssb-web