Ghost/core/frontend/services/theme-engine/index.js
Hannah Wolfe b9fc68b1b4 Moved theme middleware to new theme engine service
refs: bf0823c9a2

- continuing the work of splitting up the theme service into logical components
2021-04-24 20:01:09 +01:00

6 lines
172 B
JavaScript

module.exports = {
loadCoreHelpers: require('./handlebars/helpers').loadCoreHelpers,
getActive: require('./active').get,
middleware: require('./middleware')
};