diff options
Diffstat (limited to 'website/src/actions/index.ts')
| -rw-r--r-- | website/src/actions/index.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/website/src/actions/index.ts b/website/src/actions/index.ts new file mode 100644 index 0000000..8f55443 --- /dev/null +++ b/website/src/actions/index.ts @@ -0,0 +1,6 @@ +import otp from "./otp/otp"; +import sendmail from "./sendmail"; + +export const server = { + sendmail, +}; |
