git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 32a09db2ab3d6f75c1b6a5b517afe47aa6ae9502

Files: 32a09db2ab3d6f75c1b6a5b517afe47aa6ae9502 / app / reducers / index.js

145 bytesRaw
1const bulk = require('bulk-require')
2const { combineReducers } = require('redux')
3
4module.exports = combineReducers(
5 bulk(__dirname, '*.js')
6)
7

Built with git-ssb-web