mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 17:32:15 +03:00
b9fc68b1b4
refs: bf0823c9a2
- continuing the work of splitting up the theme service into logical components
6 lines
172 B
JavaScript
6 lines
172 B
JavaScript
module.exports = {
|
|
loadCoreHelpers: require('./handlebars/helpers').loadCoreHelpers,
|
|
getActive: require('./active').get,
|
|
middleware: require('./middleware')
|
|
};
|