10 lines
122 B
JavaScript
Raw Normal View History

2015-10-30 14:36:19 +01:00
'use strict';
/**
* Index of the explorer hook config actions.
*/
module.exports = {
config: require('./config')
};