git ssb

2+

mixmix / ticktack



Tree: 58e30dfb4da48b50f038bbe045e8550cce9429bd

Files: 58e30dfb4da48b50f038bbe045e8550cce9429bd / 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