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

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

6 lines
83 B
JavaScript

module.exports = {
get create() {
return require('./create');
}
};