We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12deb0f commit 32bdf3cCopy full SHA for 32bdf3c
apps/sim/components/emails/render.ts
@@ -1,4 +1,4 @@
1
-import { render } from '@react-email/components'
+import { render } from '@react-email/render'
2
import {
3
OnboardingFollowupEmail,
4
OTPVerificationEmail,
apps/sim/lib/billing/webhooks/invoices.ts
import { db } from '@sim/db'
member,
apps/sim/trigger.config.ts
@@ -27,7 +27,6 @@ export default defineConfig({
27
'isolated-vm',
28
'pptxgenjs',
29
'react-dom',
30
- '@react-email/components',
31
'@react-email/render',
32
],
33
}),
0 commit comments