import otp from "./otp/otp"; import sendmail from "./sendmail"; export const server = { sendmail, };