7 lines
104 B
TypeScript
7 lines
104 B
TypeScript
import otp from "./otp/otp";
|
|
import sendmail from "./sendmail";
|
|
|
|
export const server = {
|
|
sendmail,
|
|
};
|