mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-24 02:09:17 +00:00
8 lines
83 B
JavaScript
8 lines
83 B
JavaScript
import { send } from "./email";
|
|
|
|
export const api = {
|
|
email: {
|
|
send,
|
|
},
|
|
};
|