mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
50367fafee
refs: bf0823c9a2
- continuing the work of splitting up the theme service into logical components
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
module.exports = {
|
|
get create() {
|
|
return require('./create');
|
|
}
|
|
};
|