From ca8e6824eaa711105f4092365792720c9dde026b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Jun 2026 19:21:59 +0100 Subject: remove Astro website --- website/src/actions/index.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 website/src/actions/index.ts (limited to 'website/src/actions/index.ts') diff --git a/website/src/actions/index.ts b/website/src/actions/index.ts deleted file mode 100644 index a2dcded..0000000 --- a/website/src/actions/index.ts +++ /dev/null @@ -1,7 +0,0 @@ -import otp from "./otp/otp"; -import sendmail from "./sendmail"; - -export const server = { - otp, - sendmail, -}; -- cgit v1.2.3