mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 01:41:46 +03:00
c39d1996a4
refs https://github.com/TryGhost/Team/issues/694 refs https://linear.app/tryghost/issue/CORE-16/tackle-importersdataindexjs - This extra step was done to keep the git history cleaner (previous commit was a clean rename). This new index file exposes just one thing. - The next step here should be refactoring of the "importer-manager" module into a class following a DI pattern.
2 lines
46 B
JavaScript
2 lines
46 B
JavaScript
module.exports = require('./import-manager');
|