chore: add TODO comment

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2023-10-05 14:24:27 +02:00
parent 2b3c56a5d5
commit 62064396c7
@@ -19,5 +19,14 @@
*
* @packageDocumentation
*/
export { catalogModuleGithubOrgEntityProvider as default } from './module';
/**
*
* TODO(djamaile): GithubMultiOrgEntityProvider should be mirgated over to this module.
* Afterwards, mark it as deprecated in catalog-backend-module-github and export them there from this module.
*/
export {
GithubMultiOrgEntityProvider,
type TeamTransformer,
type UserTransformer,
} from '@backstage/plugin-catalog-backend-module-github';