mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
* feat(email): welcome email; improvement(emails): ui/ux * improvement(emails): links, accounts, preview * refactor(emails): file structure and wrapper components * added envvar for personal emails sent, added isHosted gate * fixed failing tests, added env mock * fix: removed comment --------- Co-authored-by: waleed <walif6@gmail.com>
4 lines
171 B
TypeScript
4 lines
171 B
TypeScript
export { OTPVerificationEmail } from './otp-verification-email'
|
|
export { ResetPasswordEmail } from './reset-password-email'
|
|
export { WelcomeEmail } from './welcome-email'
|