mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
|
module.exports = {
|
||
|
get create() {
|
||
|
return require('./create');
|
||
|
}
|
||
|
};
|