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

- continuing the work of splitting up the theme service into logical components
2021-04-21 14:21:32 +01:00

4 lines
91 B
JavaScript

module.exports = {
loadCoreHelpers: require('./handlebars/helpers').loadCoreHelpers
};