git ssb

0+

mixmix / patchbay-scry



Tree: 59f5f8322f95a187703ed1a43b1281761712ccbc

Files: 59f5f8322f95a187703ed1a43b1281761712ccbc / plugs / index.js

322 bytesRaw
1module.exports = {
2 scry: {
3 app: {
4 page: {
5 scryNew: require('./app/page/scry-new'),
6 scryShow: require('./app/page/scry-show')
7 }
8 },
9 router: {
10 sync: {
11 routes: require('./router/sync/routes')
12 }
13 },
14 styles: {
15 mcss: require('./styles/mcss')
16 }
17 }
18}
19

Built with git-ssb-web