mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
8 lines
177 B
JavaScript
8 lines
177 B
JavaScript
|
var Importer000 = require('./000');
|
||
|
|
||
|
module.exports = {
|
||
|
Importer002: Importer000,
|
||
|
importData: function (data) {
|
||
|
return new Importer000.importData(data);
|
||
|
}
|
||
|
};
|