mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 06:12:03 +03:00
50367fafee
refs: bf0823c9a2
- continuing the work of splitting up the theme service into logical components
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
module.exports = {
|
|
get create() {
|
|
return require('./create');
|
|
}
|
|
};
|