1 2 3 4 5 6 7
import otp from "./otp/otp"; import sendmail from "./sendmail"; export const server = { otp, sendmail, };