Files
n8n-enterprise-unlocked/packages/cli/src/UserManagement/email/index.ts
कारतोफ्फेलस्क्रिप्ट™ 9bd7529193 refactor(core): Use an IoC container to manage singleton classes [Part-2] (no-changelog) (#5690)
* use typedi for UserManagementMailer

* use typedi for SamlService

* fix typos

* use typedi for Queue

* use typedi for License

* convert some more code to use typedi
2023-03-16 15:34:13 +01:00

4 lines
97 B
TypeScript

import { UserManagementMailer } from './UserManagementMailer';
export { UserManagementMailer };