0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Brought back index.js file exposing a single thing

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 probably be refactoring of the data-importer module into a class following a DI pattern.
This commit is contained in:
Naz 2021-09-21 15:24:17 +02:00 committed by naz
parent 208dd49971
commit 90e9e473ad

View file

@ -0,0 +1 @@
module.exports = require('./data-importer');