mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
8 lines
177 B
JavaScript
8 lines
177 B
JavaScript
|
var Importer000 = require('./000');
|
||
|
|
||
|
module.exports = {
|
||
|
Importer001: Importer000,
|
||
|
importData: function (data) {
|
||
|
return new Importer000.importData(data);
|
||
|
}
|
||
|
};
|