ohmyform/api/src/mail/mail.exports.ts

6 lines
88 B
TypeScript

import { MailService } from "./services/mail.service"
export default [
MailService
]