mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
b9fc68b1b4
refs: bf0823c9a2
- continuing the work of splitting up the theme service into logical components
5 lines
172 B
JavaScript
5 lines
172 B
JavaScript
module.exports = {
|
|
loadCoreHelpers: require('./handlebars/helpers').loadCoreHelpers,
|
|
getActive: require('./active').get,
|
|
middleware: require('./middleware')
|
|
};
|