feat: Event architecture implemented

This commit is contained in:
SauravDhakal
2026-04-04 20:53:07 +05:45
parent 9d931e0d96
commit f21ee1d131
8 changed files with 44 additions and 14 deletions

View File

@@ -1,7 +1,10 @@
import { welcomeToApp } from "./auth"
const EmailTemplates = {
welcomeToApp,
signup_completed: {
subject: "Welcome to app",
body: welcomeToApp
},
}
export default EmailTemplates