mirror of
https://github.com/spliit-app/spliit.git
synced 2026-05-08 13:27:45 +02:00
Remove some dependencies
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
import { env } from '@/lib/env'
|
||||
import { Resend } from 'resend'
|
||||
|
||||
export const getResend = () =>
|
||||
env.RESEND_API_KEY ? new Resend(env.RESEND_API_KEY) : null
|
||||
Reference in New Issue
Block a user